f95c9e313bbe23ebf73d2a57912671e5b72d562d
Commit Graph

1388 Commits

This Branch
This Branch
All Branches
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
2015年05月27日 14:07:54 +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
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
2015年05月11日 09:44:58 -04:00
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
2015年05月10日 19:49:00 +02:00
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
2015年05月10日 15:07:13 +00:00
Jenkins
a2eff15285 Merge "[labs] Minor fix" 2015年05月10日 14:52:48 +00:00
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
2015年05月10日 14:22:53 +00:00
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
2015年05月10日 16:14:52 +02:00
Jenkins
f8df591df5 Merge "Fix apache2 error" 2015年05月10日 14:06:24 +00:00
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
2015年05月10日 15:54:29 +02:00
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
2015年05月10日 15:50:50 +02:00
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
2015年05月10日 13:07:44 +00:00
Jenkins
527399d26b Merge "Rename Bash scripts" 2015年05月10日 13:04:28 +00:00
Jenkins
9619a30df2 Merge "labs: print stack-list in error case" 2015年05月10日 13:03:14 +00:00
Jenkins
d5622cefc6 Merge "Fix MD5 verification for fedora-20-x86_64" 2015年05月10日 12:58:17 +00:00
Jenkins
02b4b06cf8 Merge "labs: protect downloader.js from deletion" 2015年05月10日 12:45:05 +00:00
Jenkins
d453edeeef Merge "Updates README and deletes old files" 2015年05月08日 16:26:36 +00:00
Jenkins
62f90dead3 Merge "Upstream updates - Chap 01" 2015年05月08日 16:23:26 +00:00
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
2015年05月08日 18:12:05 +02:00
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
2015年05月08日 13:14:40 +00:00
Chris Ricker
03d2f0a627 Upstream updates - Chap 01
Added intro slide explaining what projects are, and fixed a typo.
Change-Id: Ifa0703f43cbf45f4ca7f4b6312cbbdec43dbe02e
2015年05月08日 07:23:59 -04:00
Pranav Salunke
1a661940b6 [labs] Minor fix
Changes print output from 'k' to '.'.
Change-Id: I26121097170dc6840b04138fde1367de0e62fea7
2015年05月08日 11:14:19 +02:00
Jenkins
b03c9e8a82 Merge "Modified the Design summit description" 2015年05月08日 09:04:24 +00:00
Jenkins
eabe1f532b Merge "Fixed screenshot of Devstack" 2015年05月08日 08:59:29 +00:00
Stefano Maffulli
3933f4caa9 Fixed screenshot of Devstack
Change-Id: Ia4d3e40864a586f65339596373751ad6d816e6d5
2015年05月07日 15:53:01 -07:00
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
2015年05月07日 14:42:46 -07:00
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
2015年05月06日 14:35:43 +02:00
Stefano Maffulli
ea8c0b5580 Modified the Design summit description
updated content to the latest version on the wiki
Change-Id: I5478c5294f392a8847fb9a52103adad1beb1db7e
2015年05月04日 17:58:55 +00:00
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 
2015年05月04日 15:54:31 +02:00
utsav dusad
cf3b1fa923 Rename Bash scripts
Rename scripts in /labs/lib with proper naming convention.
Bug #1451071
Change-Id: I3a1f096414866846a7f9572804c5db852d76a36e
2015年05月03日 22:44:56 +05:30
Jenkins
e3e62da3dc Merge "Change apache service to restart" 2015年05月01日 12:46:27 +00:00
Matjaz Pancur
9d6a6c04e8 Apply "OpenStack theme" to the Upstream training slides
Use simple "OpenStack theme" from the Training guides.
Change-Id: Id324a3bf70c83c69f9fbaab7bfad90f63a4cc047
2015年04月27日 16:09:43 +02:00
Jenkins
5232b750da Merge "upstream cleanup 04" 2015年04月27日 08:22:21 +00:00