109 Commits

Author SHA1 Message Date
Jenkins
d9440674a5 Merge "Update Vagrant docs" 2015-10-14 01:59:02 +00:00
Jenkins
486b8b4884 Merge "Bump ansible to 1.9.2" 2015-10-14 01:41:55 +00:00
Jenkins
539a1e9fa3 Merge "Remove some outdated info from swift-guide" 2015-10-13 23:52:45 +00:00
Sam Yaple
c5be228be8 Bump ansible to 1.9.2
Ansible 1.9.2 contains the fix needed for docker-py >1.2.0

This is needed for some gate reasons, but it is also a good version
bump because it fixes a few issues with delegate_to.

Change-Id: Iafbabb3b0232620849d0548c5cd9d8d316c2b0f3
backport: liberty
Partially-Implements: blueprint functional-testing-gate
2015-10-13 15:13:34 +00:00
Michal Rostecki
7cbd8a55a1 Update Vagrant docs
Update and add some minor informations to dev Vagrant
docs.

Change-Id: I1acd6583b458568c5dc713e09d35e58a2275bc51
Closes-Bug: #1505065
2015-10-13 14:43:45 +02:00
Paul Bourke
b0e997abd9 Add small reminder to use latest vagrant
Vagrant is fast moving tech and we've seen some bugs around users using
old distro packaged versions
(https://bugs.launchpad.net/kolla/+bug/1505045).

Change-Id: I37ae4452fd95e8b58aec228d89bd98214ac012df
backport: liberty
2015-10-13 12:12:09 +00:00
Paul Bourke
684db305df Remove some outdated info from swift-guide
Change-Id: Ib74e69ee7c5755ccae4e2ecb7b976f110bdae7c1
backport: liberty
2015-10-13 12:04:12 +00:00
Jenkins
ba3b1bcf90 Merge "add missing kollaglue in image-building" 2015-10-12 15:47:26 +00:00
Jenkins
92bf04c972 Merge "Recommend enabling NTPD in the documenation" 2015-10-12 15:44:01 +00:00
Kuo-tung Kao
3f9fbdfd3f add missing kollaglue in image-building
add missing `kollaglue` word to build command in image-building.rst.

Change-Id: Idd9c50a5298094492d170537e42ffeb1ed73af4f
2015-10-12 13:53:06 +08:00
Steven Dake
f26860753b Recommend enabling NTPD in the documenation
Without NTPD, rabbitmq reconnects often and generally causes havoc
in an OpenStack installation.

Change-Id: I7911d115312132a156331f61b8c320c32ddc798c
2015-10-11 01:43:55 -07:00
Michal Jastrzebski
2eb16d2f0a Add ceph and ironic to index
Adding link to missing guides to our docs index page.

TrivialFix

Change-Id: I6704a59ef7e010d5ffec762325bd4442362a093c
2015-10-11 10:38:02 +02:00
Jenkins
9fd8f51239 Merge "Add Ceph deployment document" 2015-10-09 17:57:13 +00:00
Nguyễn Duy Vũ (CBR09)
640830a440 Add Ceph deployment document
Deploy Ceph in kolla

Change-Id: Icecc6f4ee25b5ee0cad4265c0b57790bfb32a905
2015-10-09 17:23:42 +00:00
Jenkins
67b9167aba Merge "Fix typos in developer documentation" 2015-10-09 13:33:46 +00:00
Hironori Shiina
bb6a2a4430 Fix typos in developer documentation
Fix 4 typos in documentation 'Customize an OpenStack Deployment'.

Change-Id: I9da8e44e8281fef18a7a5e86f10464a296aa2d49
2015-10-09 11:17:12 +00:00
Hironori Shiina
d0121f3d0d Fix typos in developer documentation
Fix 2 typos in documentation 'A Kolla Cluster with Heat'.

Change-Id: Ia50dda1b6e10accb1f44defca95b9b3f7de115e6
2015-10-09 11:05:06 +00:00
Jenkins
e4094152de Merge "update doc about local registry in image-building" 2015-10-08 06:16:21 +00:00
Kuo-tung Kao
08b93d1d85 update doc about local registry in image-building
Reformat local registry section. And document that the Docker config need to
be modified when building images if using local registry.

Change-Id: I51c4df499d84c8ce2a2afc3787b2d609cc0f7d7e
2015-10-08 13:51:40 +08:00
Lubosz Kosnik
f6107f0929 Fixes typo in openstack command
openstack user-list changed
to proper form of openstack command

Change-Id: If409ab26bf6266e0790a2d2cce18d28adb844702
Closes-Bug: #1503711
2015-10-07 16:38:18 +02:00
Jenkins
43284d5616 Merge "update doc about how to set up local registry" 2015-10-07 05:47:00 +00:00
Kuo-tung Kao
32d0e4ef2d update doc about how to set up local registry
Update document about how to set up local registry.

Change-Id: I52895e2416a219e1dfaf2e493eac857598f9c819
Closes-Bug: #1459355
2015-10-07 11:48:43 +08:00
Paul Bourke
a748d5e40a Fix incorrect dd param in cinder-guide.rst
Change-Id: I110e76ba7349fee488005b0d8710447b1e339df7
2015-10-06 16:20:00 +01:00
Jeff Peeler
f5a50a1d7d Add Ansible support for Ironic
Configuration based off upstream documentation here:
http://docs.openstack.org/developer/ironic/deploy/install-guide.html

A few notes:
-ironic-api is not configured to use mod_wsgi
-several places it's noted that discoverd is going away and needs to be
replaced with ironic-inspector - (sqlite connection should be changed
too)
-currently enabling ironic reconfigures nova compute (driver and
scheduler) as well as changes neutron network settings
-a nice enhancement would be to configure the web console

Required post-deployment configuration:

Create the flat network to launch the instances:

neutron net-create --tenant-id $TENANT_ID sharednet1 --shared \
--provider:network_type flat --provider:physical_network physnet1

neutron subnet-create sharednet1 $NETWORK_CIDR --name $SUBNET_NAME \
--ip-version=4 --gateway=$GATEWAY_IP --allocation-pool \
start=$START_IP,end=$END_IP --enable-dhcp

And then the above ID is used to set cleaning_network_uuid in the neutron
section of ironic.conf.

Change-Id: I572e7ff1f23c4e57a2c50817cafe9269fd9950dd
Implements: blueprint ironic-container
2015-09-28 16:10:43 -04:00
Sam Yaple
7ad9619e02 Unify commands in documentation
The deployer is expected to know the correct permissions for his
environment. Remove 'sudo' everywhere and unify commands

Change-Id: I1ca295221a57e9d8cb35293620d14c0d8c72007d
Closes-Bug: #1496566
2015-09-28 05:47:55 +00:00
Martin André
f49bfe2bc5 Simplify instructions to install vagrant-libvirt
A new version was released and it is not necessary anymore to install
from git.

Change-Id: Id05c4b0c969d32c14e63f1b3e88bc73c8b7ff890
Partially-Implements: blueprint vagrant-improvements
2015-09-26 17:43:37 +09:00
Jenkins
0e2a627ea8 Merge "Rename swift-readme.rst to swift-guide.rst" 2015-09-25 18:21:11 +00:00
venkatamahesh
b543f2d71b Fix the repository to openstack
Changed the repository of kolla to
openstack

(Note: the bug describes using github, but in the review it was
determined that using openstack repos is best.)

Change-Id: I26c9543776a441ab3ca606ad7aa7381db94fe094
Closes-Bug: #1495162
2015-09-25 13:16:04 -04:00
Steven Dake
bdad07d2de Rename swift-readme.rst to swift-guide.rst
All services should have a guide that follows the same style as
cinder-guide.rst or swift-guide.rst and all should be named
service-guie.rst.

Change-Id: Iaa75d137d4e159452153f9fe572fe017fe988be4
2015-09-25 08:54:44 -07:00
Martin André
0617de15a4 Fix git instruction in vagrant doc
Change-Id: I795d543f7ab600427618062d6eaa3231408d6660
Partially-Implements: blueprint vagrant-improvements
2015-09-25 18:47:07 +09:00
Jenkins
66608efd11 Merge "Consolidate kolla-build configuration in one file" 2015-09-21 19:30:20 +00:00
Martin André
cb153571c7 Update documentation for Vagrant environment
Implements: blueprint vagrant-improvements
Change-Id: I326e65333f368dc0081a36ffe93d325f2ccfab1b
2015-09-21 21:36:50 +09:00
Martin André
6c5aeeee41 Consolidate kolla-build configuration in one file
The source location definition previously in build.ini was merged in
etc/kolla/kolla-build.conf since it is really configuration for the
kolla-build tool.

Change-Id: I7531af0029bdfeabbaefb8a6aa97b70bb12c021a
Closes-Bug: #1496702
2015-09-21 21:20:48 +09:00
Steven Dake
5e83b6d369 Add a customize deployment document
Explain how to customize the deployment with an example and rationale
that is anti-templating :)

Change-Id: I148c89b0608211864d18b60ed7c7082c0b468931
2015-09-18 14:12:21 -07:00
Jenkins
4b107aff5f Merge "Spell corrections in Image building guide" 2015-09-18 17:56:29 +00:00
Jenkins
55a58e6745 Merge "Spell corrections in dev quickstart guide" 2015-09-18 17:55:45 +00:00
Jenkins
6b456e939c Merge "Spell corrections in AIO doc" 2015-09-18 17:54:49 +00:00
Jenkins
2bc8f4074c Merge "Spelling corrections in cinder guide" 2015-09-18 17:54:45 +00:00
Jenkins
9048b2eb1f Merge "Fix ring bulder command examples in swift readme doc" 2015-09-18 17:18:08 +00:00
Swapnil Kulkarni
f56109bb22 Spell corrections in Image building guide
Change-Id: I27d560fda14ec87217162c5a20b5752bd21210ef
2015-09-18 15:09:28 +05:30
Swapnil Kulkarni
c46b33828d Spell corrections in dev quickstart guide
Change-Id: Ifadd1e05e840f4c7605c4b9797bdc620ab62c353
2015-09-18 09:49:19 +05:30
Swapnil Kulkarni
bd27d4ad63 Spell corrections in AIO doc
Change-Id: I40d2eb9c5b778e633d54489d31cd32de0e82bf2f
2015-09-18 09:45:21 +05:30
Swapnil Kulkarni
6c201a6a52 Spelling corrections in cinder guide
Change-Id: I19e6efe2e6ba72675281ac789934f84a3faa2975
2015-09-18 09:43:06 +05:30
Qiu Yu
e4b825e084 Fix ring bulder command examples in swift readme doc
- avoid hard coding install type and base distro in sample commands
- fix semicolon to actually make for loop work

Change-Id: I15b46fec5b4ebf7987ea22e7c71a44c739f7dee3
2015-09-18 09:00:09 +08:00
Martin André
7a4a9eef20 Implement configuration file for kolla-build
Kolla build script configuration now lives in
/etc/kolla/kolla-build.conf.

This allows overriding configuration options without the need to pass
arguments on the command line.

Command line arguments still get precedence.

Closes-Bug: #1496185
Change-Id: I69482a11437087f19d7f76b379dca85b1f622268
2015-09-17 17:21:31 +09:00
Eduardo Patrocinio
3d486550fa Fixes a typo in the documentation
Closes-Bug: #1496547

Change-Id: I429152ff9c1e63164e3a36a09f7cee8567b9296a
2015-09-16 16:04:39 -04:00
Swapnil Kulkarni
f525f66565 Update all-in-one doc
Change-Id: I9a166ef3035482adc863b79ad70c3ebd56e4ce59
2015-09-14 07:18:17 +00:00
Swapnil Kulkarni
b10e234778 Update vagrant doc to openstack repo
Change-Id: Idfbe4380353fe9e5feba883382970f6477efdfd4
2015-09-14 07:12:31 +00:00
Jenkins
0d09769da4 Merge "Add deploy all in one node document" 2015-09-10 08:30:42 +00:00
Kuo-tung Kao
d4ac18c4fd build.py fails with error on AUFS
add workaround to avoid the issue to image-building document.

Change-Id: Icf34acb2f25c813dee7c7a3dfbb71560be5a970f
Closes-Bug: #1487458
2015-09-10 14:58:41 +08:00