f95c9e313bbe23ebf73d2a57912671e5b72d562d
1388 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
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 |
||
|
Jenkins
|
e85557671b | Merge "labs: move lbaas_controller script to ubuntu folder." | ||
|
Jenkins
|
21155d91de | Merge "labs: repeat test from snapshot" | ||
|
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 |
||
|
Jenkins
|
9f436e3af4 | Merge "colorize osbash scripts using lib-color.sh" | ||
|
Jenkins
|
7d01e8f1f7 | Merge "Add OpenStack logo in the footer" | ||
|
Jenkins
|
6e72bc642d | Merge "Fix environment for publishing" | ||
|
Jenkins
|
7c2c1674ba | Merge "Upstream Ch 03 updates" | ||
|
Andreas Jaeger
|
b688b5ee43 |
Fix environment for publishing
The tox environment name should be publishdocs for proper publishing. Change-Id: I654c20a2adcf83626971b445b0909cbffb40d944 |
||
|
Jenkins
|
34c9cd8506 | Merge "Replace ci.o.o links with docs.o.o/infra" | ||
|
Jenkins
|
ad380a422e | Merge "Publish upstream-training slides as draft" | ||
|
Jenkins
|
645174007c | Merge "Start working on updated slide 4" | ||
|
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 |
||
|
Stefano Maffulli
|
62f1cafa9a |
Start working on updated slide 4
Adding details about the "Big Tent" and DefCore Change-Id: I722f406bfcf83f645f2aa9df924053be76534a55 |
||
|
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 |
||
|
Chris Ricker
|
49cb3c6011 |
Upstream Ch 03 updates
Added an initial slide about OpenStack governance. Change-Id: I881ab4279d1b01bdd57cbcd299210b706030489b |
||
|
Jenkins
|
c3dd3322ea | Merge "Fixes cinder races" | ||
|
Jenkins
|
49d7393312 | Merge "Add community intro slide to training ch 02" | ||
|
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 |
||
|
Chris Ricker
|
be7b4f9c75 |
Add community intro slide to training ch 02
Add a slide with stats about the OpenStack community as an intro for chapter 02. Change-Id: I83e2856f34d7d2a65598f2303ad33a52413ecafc |
||
|
Pranav Salunke
|
93fdc6cdcd |
labs: move lbaas_controller script to ubuntu folder.
Although lbaas controller script does not install any package(s), it still has ubuntu oriented workflow. Change-Id: If8ff129c796cca0cea3198bd31830c135be2c351 |
||
|
Pranav Salunke
|
5b9891d5d5 |
Fixes cinder races
Cinder is failing after upgrade to Juno. This is because of the following race conditions: - Cinder takes time to update the current status of the services. - Cinder sometimes gets stuck at creating block device. - While creating block device, deleting that device is not allowed. This creates error and stops the script from running. Fixes include some helper functions which adds to the robustness of cinder test cases. Co-Authored-By: Roger Luethi <rl@patchworkscience.org> Change-Id: I3254438fdac0bd4a7f927f0f203c51ab6e45b9c0 |
||
|
Jenkins
|
a2eff15285 | Merge "[labs] Minor fix" | ||
|
Pranav Salunke
|
7c8d4ecf8f |
Updates base disk size
Adding orchestration and telementry services require more disk size. The current base disk size may not be sufficient for newely added services. Change-Id: Id8fc90a434cade6e1c9833935938869f6a84252a |
||
|
Roger Luethi
|
4749e620b6 |
labs: repeat test from snapshot
With this changeset, the cluster build can be tested starting from a specific snapshot. This is mostly useful for testing client scripts without having to go through the whole cluster build every time. For instance, to rebuild the cluster from snapshot neuntron_configured: ./tools/repeat-test.sh -b -t neutron_configured -s "controller compute" This will restore the appropriate snapshot on each node, boot nodes controller and compute, and continue the cluster build from the named snapshot onward. Note: this procedure restores, boots, and continues in short order which uncovers new shortcomings (races) in scripts that assume a service is available when they should check and wait for the service. If you just want to restore all nodes to the appropriate snapshots: ./tools/restore-cluster.sh -t <snapshot> Change-Id: I0b7888d02de6eb50760d421d6d897f516f8c7718 |
||
|
Jenkins
|
f8df591df5 | Merge "Fix apache2 error" | ||
|
Pranav Salunke
|
6fa0fa5cd9 |
Fix apache2 error
Apache2 service was not restarting properly since Ubuntu14.04 which resulted in race conditions. This is explained in detail in the script. Adds a work around to fix apache2 race invoked by lack of www-browser virtual package linking to a basic text browser. Adding w3m before hand to avoid any future issues. Ofcourse lynx or links works here too. Also provides more systematic stopping and starting of apache service for eliminating restart/start-stop race issues. Change-Id: I541d5b27bbfdda9b9f3eda72a0f13e9e8333faa2 |
||
|
Pranav Salunke
|
e05cafe19b |
Changes exit status for heat_network unit test
If the test fails, it should exit the script not the cluster. Just reporting this error and gracefully exiting the script should be sufficient. My reasons for this are: * The tests are not completely reliable to say if the cluster is broken for sure. * The tests are not meant to fix the issues with the cluster, it could be a packaging issue or bug in the product. Our aim is not to catch them. * If there is a problem with heat, the other servies are still running fine. And the cluster is still usable. Change-Id: I246bd3144189eba69a64ad545e6fe123e310595e |
||
|
sayalilunkad
|
2fe7df2835 |
labs: Adds telemetry service to osbash
Following actions are performed by this patch: 1) Adds the ceilometer packages to the pre-download script. 2) Adds telemetry services on controller node. 3) Configures glance, cinder to send notification to the telemetry module. 4) Adds ceilometer compute agent on compute node. Co-authored-by: Pranav Salunke <dguitarbite@gmail.com> Change-Id: I82e8f4799e724e09748bb9c743ec8b77e82af39a |
||
|
Jenkins
|
527399d26b | Merge "Rename Bash scripts" | ||
|
Jenkins
|
9619a30df2 | Merge "labs: print stack-list in error case" | ||
|
Jenkins
|
d5622cefc6 | Merge "Fix MD5 verification for fedora-20-x86_64" | ||
|
Jenkins
|
02b4b06cf8 | Merge "labs: protect downloader.js from deletion" | ||
|
Jenkins
|
d453edeeef | Merge "Updates README and deletes old files" | ||
|
Jenkins
|
62f90dead3 | Merge "Upstream updates - Chap 01" | ||
|
Matjaz Pancur
|
5af0f876b2 |
Add OpenStack logo in the footer
- add small transparent OpenStack logo in the slide footer - logo and footer design is from OpenStack's OpenStackPowered-April2015.ppt master slides - white background changed to transparent - logo is pushed back with z-index: -2 (so it is behind background pic in the title slide) Change-Id: Iccdd9a968816f00dde60230df45c5a21d212d38e |
||
|
sayalilunkad
|
195698212f |
labs: Adds functions to edit config files
This patch adds a function to edit config files without a section parameter. Current functions need a [section] to edit the config file. It also modifies the iniset_sudo function to call this function when section is not specified. Change-Id: Idc213676077622a438b5d96f831b77da5bd32528 |
||
|
Chris Ricker
|
03d2f0a627 |
Upstream updates - Chap 01
Added intro slide explaining what projects are, and fixed a typo. Change-Id: Ifa0703f43cbf45f4ca7f4b6312cbbdec43dbe02e |
||
|
Pranav Salunke
|
1a661940b6 |
[labs] Minor fix
Changes print output from 'k' to '.'. Change-Id: I26121097170dc6840b04138fde1367de0e62fea7 |
||
|
Jenkins
|
b03c9e8a82 | Merge "Modified the Design summit description" | ||
|
Jenkins
|
eabe1f532b | Merge "Fixed screenshot of Devstack" | ||
|
Stefano Maffulli
|
3933f4caa9 |
Fixed screenshot of Devstack
Change-Id: Ia4d3e40864a586f65339596373751ad6d816e6d5 |
||
|
Stefano Maffulli
|
111e83e5d7 |
Update screenshots and content for Vancouver
New screenshot for slide 01 and small improvements to text Introduced the 'release' tags Changed programs to projects Change-Id: Id73fd3e12da03a7c165c109bea37d4f06ce2d5be |
||
|
Pranav Salunke
|
a989bae409 |
Updates README and deletes old files
Updates to README and deletes old files under doc/training-guides folder. This update is to remove some files which were left in the repository. Also updates README to keep relevent content in there. Change-Id: I7479b92b721ddccc2986dd6728876b02a6a0fbe7 |
||
|
Stefano Maffulli
|
ea8c0b5580 |
Modified the Design summit description
updated content to the latest version on the wiki Change-Id: I5478c5294f392a8847fb9a52103adad1beb1db7e |
||
|
Erwan Gallen
|
21df3c8691 |
Fix MD5 verification for fedora-20-x86_64
Adding the missing ISO_MD5 variable in the fedora-20-x86_64 lib Change-Id: I94d90a0373fb8d7b6f57a1252d44e96e76b7e4af Closes-Bug: #1451434 |
||
|
utsav dusad
|
cf3b1fa923 |
Rename Bash scripts
Rename scripts in /labs/lib with proper naming convention. Bug #1451071 Change-Id: I3a1f096414866846a7f9572804c5db852d76a36e |
||
|
Jenkins
|
e3e62da3dc | Merge "Change apache service to restart" | ||
|
Matjaz Pancur
|
9d6a6c04e8 |
Apply "OpenStack theme" to the Upstream training slides
Use simple "OpenStack theme" from the Training guides. Change-Id: Id324a3bf70c83c69f9fbaab7bfad90f63a4cc047 |
||
|
Jenkins
|
5232b750da | Merge "upstream cleanup 04" |