6d2553ef2e45392e66abda4539aa6d323488d63d
Commit Graph

1435 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
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>
2015年09月23日 17:34:07 +08:00
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
2015年09月17日 15:31:48 +02:00
Jenkins
97bc05aca5 Merge "Incorporate OpenStack Activity Dashboard (activity.openstack.org)" 2015年09月16日 09:35:46 +00:00
Jenkins
780aef8aa2 Merge "Update Stackalytics UI Screenshot To Show Liberty" 2015年09月15日 19:53:21 +00:00
Jenkins
a382e9aaab Merge "[Upstream training] new landing page" 2015年09月15日 19:52:55 +00:00
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
2015年09月14日 14:11:51 -05:00
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
2015年09月14日 13:41:25 -05:00
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 
2015年09月13日 06:34:00 +05:30
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 
2015年09月11日 14:45:10 +02:00
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
2015年09月08日 10:01:54 +02:00
Jenkins
b223749930 Merge "[Training Guide] Update link to Cloud Admin Guide" 2015年09月07日 09:21:06 +00:00
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
2015年09月07日 17:30:40 +10:00
Jenkins
69783ba26a Merge "[training-guides] improve the index.rst file" 2015年09月04日 06:23:29 +00:00
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 
2015年09月02日 15:16:40 +02:00
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
2015年08月31日 18:34:00 +02:00
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 
2015年08月19日 04:21:42 +00:00
Jenkins
1cc1dba016 Merge "Fix URLs in setup_neutron_controller.sh" 2015年08月05日 14:35:42 +00:00
Jenkins
517869059c Merge "Keep additional logs files" 2015年08月04日 19:02:31 +00:00
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
2015年08月04日 18:17:50 +02:00
Jenkins
cf0966811a Merge "typo in training guides" 2015年08月03日 17:47:39 +00:00
Jenkins
6844ce9427 Merge "launch_instance.sh: return error if nova-compute fails" 2015年08月03日 17:45:07 +00:00
Roger Luethi
aa5748681c Keep additional logs files
Make repeat-test.sh keep additional log files.
Change-Id: I7e438e463ad1d8edf6bb0ce83c1ef2a110ef4a68
2015年08月02日 20:24:30 +02:00
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
2015年08月02日 10:40:26 +02:00
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
2015年08月02日 09:49:53 +02:00
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
2015年07月25日 21:12:04 +02:00
Jenkins
d474121caa Merge "Fix patch "Wait for external bridge"" 2015年07月25日 07:36:16 +00:00
Atsushi SAKAI
8d19cc928b typo in training guides
vShpere => vSphere
on Chapter 2 Getting Started Quiz
Closes-Bug: #1477164
Change-Id: I18972335bf963f110ba7222f0e7515dc565b92e0
2015年07月23日 11:58:06 +00:00
Jenkins
534074c8bd Merge "Updates tox.ini to publish training guides draft" 2015年07月23日 07:56:14 +00:00
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
2015年07月22日 11:00:14 +02:00
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
2015年07月19日 16:35:48 +02:00
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
2015年07月11日 16:29:58 +09:00
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
2015年07月01日 18:48:24 +09:00
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>
2015年06月29日 16:50:32 +00:00
Jenkins
7e76480468 Merge "[upstream-training] improve the index.rst file" 2015年06月20日 13:20:30 +00:00
Jenkins
d79ee53718 Merge "Bump hieroglyph version to 0.7.1" 2015年06月16日 12:30:11 +00:00
Jenkins
8093bdf6d7 Merge "Improve the conf.py" 2015年06月16日 12:29:06 +00:00
Jenkins
0d27d88120 Merge "Add OpenStack logo in the footer" 2015年06月16日 12:27:27 +00:00
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
2015年06月16日 13:47:29 +02:00
Christian Berendt
0dd635990b Remove 00-training-student-project-sample.odp file
Change-Id: I4cddc03268c47575fc25b60c4c3c87816170b8cf
2015年06月15日 17:21:16 +02:00
Christian Berendt
eae7b427ba Bump hieroglyph version to 0.7.1
Change-Id: Ic446c3929b988525b1cb9d987f4a598bf28bf99d
2015年06月15日 17:10:12 +02:00
Matjaz Pancur
168a229028 Add OpenStack logo in the footer
Add small Openstack logo in the footer of the Associate guide slides.
Change-Id: I33125365851229d169414696a9a5a0f727a9e84f
2015年06月15日 14:51:00 +02:00
Matjaz Pancur
cac3636316 Improve the conf.py
Use Upstream training version of the cleaned up conf.py.
Change-Id: Id493b417365c8a42f8e77214b7e2fdf2c1486c53
2015年06月15日 14:40:26 +02:00
Jenkins
93777c5733 Merge "[upstream-training] remove Makefile" 2015年05月28日 13:33:52 +00:00
Jenkins
ce1d1e673f Merge "[upstream-training] improve the conf.py file" 2015年05月28日 13:33:24 +00:00
Jenkins
a920424dec Merge "labs: Disable telemetry service" 2015年05月28日 09:15:28 +00:00
Christian Berendt
65c558e294 [upstream-training] improve the conf.py file
Resolves some PEP8 issues and uses the same default values like used in
other documentation projects.
Change-Id: Iaf30083904eb9a204a8421db278be6227c224b3f
2015年05月27日 14:20:58 +02:00
Christian Berendt
f95c9e313b [upstream-training] remove Makefile
The available and documented tox virutal environments should
be used to build the upstream training guide and not the Makefile. To
avoid confusion the Makefile should be removed.
Change-Id: I65cd0ddb307f02909062c1129cddfa651eeaa2ba
2015年05月27日 14:07:54 +02:00
Pranav Salunke
22394d6fb4 labs: Disable telemetry service
Telemetry service comes with high overhead by consuming higher
resources than expected for the default minimal cluster configuration
for training labs.
Commented out the telementry related scripts under the config folder.
To re-enable it, just uncomment the required lines.
Change-Id: I6d53c4aefe689100c0315a366430a34ff1a807fe
2015年05月27日 11:27:35 +02:00
Jenkins
e85557671b Merge "labs: move lbaas_controller script to ubuntu folder." 2015年05月27日 06:31:00 +00:00
Jenkins
21155d91de Merge "labs: repeat test from snapshot" 2015年05月27日 06:30:52 +00:00