1cc1dba016f7c054a792be2e366cf54932f16278
Commit Graph

1419 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
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
Tim Freund
d5e6feac8a Change the order of PTL, APC, and ATC slides
This change reverses the order of the PTL, APC, and ATC slides in
response to student feedback in the last two Upstream training sessions.
Change-Id: I95ec52898115ecec37f084efb476db82e4f38658
Closes-Bug: #1457174 
2015年05月20日 11:41:55 -07:00
Jenkins
9f436e3af4 Merge "colorize osbash scripts using lib-color.sh" 2015年05月18日 18:24:24 +00:00
Jenkins
7d01e8f1f7 Merge "Add OpenStack logo in the footer" 2015年05月18日 18:19:21 +00:00
Jenkins
6e72bc642d Merge "Fix environment for publishing" 2015年05月16日 18:03:57 +00:00
Jenkins
7c2c1674ba Merge "Upstream Ch 03 updates" 2015年05月16日 18:03:26 +00:00
Andreas Jaeger
b688b5ee43 Fix environment for publishing
The tox environment name should be publishdocs for proper publishing.
Change-Id: I654c20a2adcf83626971b445b0909cbffb40d944
2015年05月16日 19:38:27 +02:00
Jenkins
34c9cd8506 Merge "Replace ci.o.o links with docs.o.o/infra" 2015年05月16日 16:26:44 +00:00
Jenkins
ad380a422e Merge "Publish upstream-training slides as draft" 2015年05月15日 15:40:41 +00:00
Jenkins
645174007c Merge "Start working on updated slide 4" 2015年05月15日 15:40:18 +00:00
Jeremy Stanley
c693468093 Replace ci.o.o links with docs.o.o/infra
The http://ci.openstack.org/ documentation site has been deprecated,
replaced by redirects to corresponding paths within
http://docs.openstack.org/infra/ where other Project Infrastructure
documentation already resides.
Change-Id: If4000b7f3366a028861698614bf67a3dfeb2ad10
2015年05月14日 21:38:20 +00:00
Stefano Maffulli
62f1cafa9a Start working on updated slide 4
Adding details about the "Big Tent" and DefCore
Change-Id: I722f406bfcf83f645f2aa9df924053be76534a55
2015年05月14日 11:04:13 -07:00
Andreas Jaeger
f0daf37725 Publish upstream-training slides as draft
Create publishbuild and checkbuild targets so that the upstream-training
slides will be gated and published at
http://docs.openstack.org/draft/upstream-training
Change-Id: I2ad3736cbd5e66d07bb84ffb9f805a0270663f7b
2015年05月13日 20:26:03 +02:00
Chris Ricker
49cb3c6011 Upstream Ch 03 updates
Added an initial slide about OpenStack governance.
Change-Id: I881ab4279d1b01bdd57cbcd299210b706030489b
2015年05月13日 07:55:27 -04:00
Jenkins
c3dd3322ea Merge "Fixes cinder races" 2015年05月12日 01:47:28 +00:00
Jenkins
49d7393312 Merge "Add community intro slide to training ch 02" 2015年05月12日 01:47:00 +00:00
utsav
a4bb9d9a12 colorize osbash scripts using lib-color.sh
It colorizes the output of osbash.sh using
the conventions given in lib-color.sh.
Implements: blueprint osbash-color-support
Closes-Bug: #1443136
Change-Id: I42ca96454fdab47b283222e2deaf3e9b51d03106
2015年05月11日 21:15:34 +05:30