ef79b78b923595390755012ec8e48e9c1835e4bc
1447 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Jenkins
|
ef79b78b92 | Merge "Update for openstackdocstheme 1.2.3" | ||
|
Jenkins
|
9f19fbb404 | Merge "[Upstream training] Add Release cycle slide link" | ||
|
Matjaz Pancur
|
2478cc2dbe |
[Upstream training] Add Release cycle slide link
Change-Id: Ieb9cef4875cc62ffe7cf7904cde6b6ec046e86dd |
||
|
Matjaz Pancur
|
603a0abfe7 |
[Upstream-training] Move content from wiki to the RST 2
Move content from https://wiki.openstack.org/wiki/OpenStack_Upstream_Training/Info to the RST format. Change-Id: Ic4d6b638015a240341fc1664283650ac35fb8fc6 |
||
|
Matjaz Pancur
|
284a6ba560 |
[Upstream-training] Move content from wiki to the RST 1
Move content from https://wiki.openstack.org/wiki/OpenStack_Upstream_Training to the RST format. Move content in several patches. Change-Id: I07c368238d4d446d88f2e41c5d207fd14039e280 |
||
|
Jenkins
|
4932968a83 | Merge "Added new compute overview slide to the index.rst" | ||
|
Tony Campbell
|
aa0fef1c12 |
Added new compute overview slide to the index.rst
Change-Id: I0a0264e122c10b4638df13edadd670728de1e7b8 Partial-Bug: #1491074 |
||
|
Jenkins
|
81d740ba94 | Merge "Adding an overview slide for Nova" | ||
|
Matjaz Pancur
|
ccd0db78f6 |
Update for openstackdocstheme 1.2.3
Also updates conf.py with a new gitrepo syntax. Change-Id: Iee601826922d1fcf445d3ee486c671dc5b20ef17 |
||
|
Tony Campbell
|
17afeb989d |
Adding an overview slide for Nova
Change-Id: I9b434f9540d71b306ff15e181a71a553aa09fc5e |
||
|
Jenkins
|
5324065b56 | Merge "[Upstream training] Publish Upstream on docs.openstack.org/upstream-training" | ||
|
Matjaz Pancur
|
1eaae0d527 |
[Upstream training] Publish Upstream on docs.openstack.org/upstream-training
Upstream training is currently published as draft. Enable publishing as a regular content on docs.openstack.org/upstream-training. Change-Id: I9efa7918d84acd7d637f063b3ef8b07291072c15 |
||
|
Zhao Lei
|
6d2553ef2e |
Remove quotes from subshell call in bash script
Always no quotes for $() statement. We don't need quotes to hold blanks in result: # i=$(echo 1 2 3) # echo $i 1 2 3 # These quotes can make something wrong in some case: # i=$(echo '!') # # i="$(echo '!')" -bash: !: event not found # No real problem for current code, only to use a better code style. Change-Id: Ib31b49680286600c9a182875122a0a752d3f8a33 Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> |
||
|
Matjaz Pancur
|
4549bfcbae |
[Upstream training] publish Upstream's new index.html as draft
Publish new index.html for Upstream training on http://docs.openstack.org/draft/upstream-training. Change-Id: I5d6295e6fb4e69fe63163ef46f75e5618746aa89 |
||
|
Jenkins
|
97bc05aca5 | Merge "Incorporate OpenStack Activity Dashboard (activity.openstack.org)" | ||
|
Jenkins
|
780aef8aa2 | Merge "Update Stackalytics UI Screenshot To Show Liberty" | ||
|
Jenkins
|
a382e9aaab | Merge "[Upstream training] new landing page" | ||
|
Byron McCollum
|
e30e73c466 |
Incorporate OpenStack Activity Dashboard (activity.openstack.org)
Adds additional resource for discovering activity and metrics surrounding the OpenStack project. Change-Id: I5061c92ed160afd3c1c38ce82e52f57343b87622 Closes-Bug: 1388337 |
||
|
Byron McCollum
|
81510d1e3c |
Update Stackalytics UI Screenshot To Show Liberty
The previous screenshot was outdated, and displayed Icehouse in the release menu. This is an updated screenshot showcasing Liberty. Change-Id: Ibabfcfecb6fe5a508c8e178c0ab6a6b3369b6713 Closes-Bug: 1490456 |
||
|
venkatamahesh
|
552766b4b1 |
Fix the link from liberty to mitaka
Link for liberty is changed to upcoming mitaka design summit Change-Id: Ia78c35ba244012dec82e917849d88f901cb04318 Closes-Bug: #1490474 |
||
|
Matjaz Pancur
|
600d867455 |
[Upstream training] new landing page
Adds a new openstackdocs themed landing page for Upstream training. Renames old landing page to slide-index.html (so users that prefer slide-only landing page can still use it). Change-Id: I8575af8e5b70940e5252c86e8c584261e0e29ab4 Closes-Bug: #1494724 |
||
|
Matjaz Pancur
|
578b53962b |
Publish training-guides slides as draft
Update publishdocs target so that the training-guides slides will be published at http://docs.openstack.org/draft/training-guides Change-Id: I7418dbbc5935b86d49fd5917041d7e4e2af2d3cf |
||
|
Jenkins
|
b223749930 | Merge "[Training Guide] Update link to Cloud Admin Guide" | ||
|
Brian Moss
|
aa81ea21ff |
[Training Guide] Update link to Cloud Admin Guide
Update link to the Cloud Admin Guide after the RST conversion of that book altered URLs. Change-Id: I0cc5db0d98ba80b208c70457192859e952b13dac |
||
|
Jenkins
|
69783ba26a | Merge "[training-guides] improve the index.rst file" | ||
|
Miha Grohar
|
6a9daa1e59 |
Update Relevance metrics
Relevance metrics from Stackalytics updated to current list. Screenshot image height fixed at 500px. Change-Id: Ib6e1b8a9a6354c0c490e27010c6bb3f37c21ddcd Closes-Bug: #1491251 |
||
|
Matjaz Pancur
|
300869cf8f |
[training-guides] improve the index.rst file
Default auto-generated index file is pretty much useless. This patch makes index similar to Upstream's. Change-Id: If17faaa47833b2b5044c4d885af25d97d17e9cf4 |
||
|
Kenjiro Kosaka
|
c559f21eeb |
[upstream-training] Use sphinx list-table for readability
In some of the page has a list such as the following, in the "launchpad" slide. It is not easy to read. - item: item description - other_item: other_item description Fix it using the list-table of the sphinx, to improve the readability. Target is the following secsions. - Bug status - Bug importance - Bug tags - Bug Change-Id: Ie71a6f227d67d7a6e5d3f90f8e0f934ad21bb15d Closes-Bug: #1480812 |
||
|
Jenkins
|
1cc1dba016 | Merge "Fix URLs in setup_neutron_controller.sh" | ||
|
Jenkins
|
517869059c | Merge "Keep additional logs files" | ||
|
sayalilunkad
|
c1f547e9f4 |
Fix URLs in setup_neutron_controller.sh
Two URLs in setup_neutron_controller.sh differ from the install-guides. Fixed. Change-Id: I0220692179f551bae161bd257f311cec5bd1364f |
||
|
Jenkins
|
cf0966811a | Merge "typo in training guides" | ||
|
Jenkins
|
6844ce9427 | Merge "launch_instance.sh: return error if nova-compute fails" | ||
|
Roger Luethi
|
aa5748681c |
Keep additional logs files
Make repeat-test.sh keep additional log files. Change-Id: I7e438e463ad1d8edf6bb0ce83c1ef2a110ef4a68 |
||
|
Roger Luethi
|
14f806dee6 |
launch_instance.sh: return error if nova-compute fails
If the nova-compute service is up but remains offline (XXX) in nova-manage service list, the script gives up, returning 0 (success) as the exit code. This patch makes this case return 1 (error) instead which is consistent with similar cases in the script. Change-Id: Ia6945569255a7cd9796930edff21ffcfc333cc1d |
||
|
Roger Luethi
|
56669b506d |
Wait for floating IP to turn up
Since Juno, the floating IP often takes a long time to become pingable. Hopefully, this will be fixed, but for the time being we just ping the floating IP until we get a reply (or we reach a time limit and give up). This patch makes the test script wait longer for the floating IP. Change-Id: I8838aa7dc9b29274ea98401ce8d3ba3033a0dd0d |
||
|
Roger Luethi
|
18830c3b45 |
Fix variable increment syntax
With bash, the i++ syntax does not quite work the way one might expect. Use POSIX standard syntax instead, consistent with the rest of the code. Change-Id: Ic98ee03290dc46f4cfa1284672e9b4f9052739ef |
||
|
Jenkins
|
d474121caa | Merge "Fix patch "Wait for external bridge"" | ||
|
Atsushi SAKAI
|
8d19cc928b |
typo in training guides
vShpere => vSphere on Chapter 2 Getting Started Quiz Closes-Bug: #1477164 Change-Id: I18972335bf963f110ba7222f0e7515dc565b92e0 |
||
|
Jenkins
|
534074c8bd | Merge "Updates tox.ini to publish training guides draft" | ||
|
Pranav Salunke
|
4775bbdcc4 |
Updates tox.ini to publish training guides draft
Start publishing training gudies to draft. This also enables preview during the review on the gerrit interface. Change-Id: Ibd7090f6ce130fbec73586acece223f81b120122 |
||
|
Roger Luethi
|
2c2cc78fed |
Fix patch "Wait for external bridge"
An inactive version of the patch "Wait for external bridge" got somehow submitted for review and merged. This patch enables the code. Change-Id: I1212d2a4c9bc899c258941acc0022207c4370db3 |
||
|
Shuichiro MAKIGAKI
|
0c7de71e7c |
[upstream-training] Join OpenStack foundation before contribution
Contributors have to join OpenStack Foundation to push codes to gerrit. Also, the same email address should be used when signing up for launchpad, gerrit and the foundation. New contributors often get stuck on these points. Closes-Bug: #1470454 Change-Id: I9fc747e8113bf83241e60c45f92c94e49eb8171e |
||
|
Shuichiro MAKIGAKI
|
b2b8cd5ce6 |
[upstream-training] Split "Agile manifest" slide in Lego
Agile manifest items in a slide "Lego applied to Free Software contributions" are too long, and some items go out from a frame. This slide should be split in two. Closes-Bug: #1470022 Change-Id: I28ab69b486fe840e8874592841e806c03cc66db9 |
||
|
Roger Luethi
|
29efa4a3e7 |
Labs: Wait for external bridge
If we change configuration files right after installing service
packages, automatically started services may pick up changed
configuration files rather than the default files they were packaged
with.
If the neutron-l3-agent starts with our custom configuration file which
refers to the external bridge br-ex while that bridge is not there
(yet), the port is permanently marked as unavailable (vlan tag=4095).
In such a case, a line like this can be found in /etc/openvswitch/conf.db:
{"_date":1435514607570,
"Port":{"20b0e96c-6103-46e6-a234-a4d5439eece7":{"tag":4095}}, "_comment":"
ovs-vsctl: /usr/bin/ovs-vsctl --timeout=10 set Port qr-4be1ab91-60 tag=4095"
,"Open_vSwitch":{"e00f3d6f-e55a-419a-a605-141021026dee":{"next_cfg":15}}}
For additional information, check this neutron bug:
Neutron openvswitch-agent doesn't recover ports from binding_failed status
https://bugs.launchpad.net/neutron/+bug/1399249
This is another race -- waiting for a few seconds before changing the
configuration files fixes the problem. The alternative used in this
patch is to stop the neutron-l3-agent before editing the configuration
files and to start it only once the bridge is ready.
Change-Id: I55762d17817e5e1cdb4c0420374c9fbc314bdff1
Co-Authored-By: Vigneshvar.A.S <vigneshvar.a.s@gmail.com>
Co-Authored-By: sayalilunkad <sayali.92720@gmail.com>
|
||
|
Jenkins
|
7e76480468 | Merge "[upstream-training] improve the index.rst file" | ||
|
Jenkins
|
d79ee53718 | Merge "Bump hieroglyph version to 0.7.1" | ||
|
Jenkins
|
8093bdf6d7 | Merge "Improve the conf.py" | ||
|
Jenkins
|
0d27d88120 | Merge "Add OpenStack logo in the footer" | ||
|
Christian Berendt
|
f3756b0a37 |
[upstream-training] improve the index.rst file
* remove the "Indices and tables" slide There is no need for a "Indices and tables" slide. The slide is confusing and should be removed. * convert the index.rst file from a default Sphinx documentation index.rst file into a more useful hieroglyph index.rst file Change-Id: I15f9b5a44fd86972d6d937f11922335fa4cc1163 |