- Nov 06, 2015
-
-
Proskurin Kirill authored
Fixed commands for disabling\stoping libvirt and ntpd in different OS I encourage to install kolla tools via pip, so user could get rid of relative paths to config and scripts and run it from everythere. Change-Id: I77271ce2f72fbaa7d6586a84f7998a9888d9b3a2
-
Britt Houser authored
The commands around installing docker on Centos7 in the quickstart guide needed a little tweaking and a little spell checking. Change-Id: Ia0367900ab9792a096f753d5fd943ffab0a005a4
-
- Nov 05, 2015
-
-
Sam Yaple authored
Mention `chrony` since thats what docs.openstack.org recommends for WAN connections. It does do better than ntpd Change-Id: I28caade26492294bf12b092ff949003c7bf0bb8e
-
Steven Dake authored
Fix up some gramatical errors in the quickstart documentation. TrivialFix Change-Id: I82dada5b1fc24a48dee143447042861b106ceeed
-
- Nov 03, 2015
-
-
Proskurin Kirill authored
I merged "quickstart" doc with "ansible-deployment" and "deploy-all-in-one-node". All three of them was covering same topic and added a lot of confusion for new users. I added some clarification lines from myself, with main goal to recive one straightforward document for new users. Change-Id: I793244c47ffbe0ba304e79bacf708494e59d99c4
-
- Nov 02, 2015
-
-
Steven Dake authored
quickstart got busted in a previous commit Change-Id: I8affb6e0ecc3250eabe276aab401222dc6239349
-
Steven Dake authored
Include our full mission statement and tidy up the documentation landing page so it looks more professional and has shorter titles that communicate the same information. Change-Id: If54acbfa817e9a9a71e9f16f923094248b2f62f0
-
Steven Dake authored
Change "kolla's Philosophy on Deployment" to "Kolla's Deplooyment Philosophy" so it takes up less bytes. Change-Id: I35d7b91f6b5260878e3a5a45d89b97c74d88cddc
-
Steven Dake authored
Development was mispelled in the vagrant documentation Change-Id: I6a23a5202a78fad32aad7142b51858319def5d5d
-
Steven Dake authored
Add overview, how not to do the job, how to do the job. :) Change-Id: Id3c95ae376f92bfdeb9d43a2360bfd9f01e6f22f
-
Steven Dake authored
We decided during the ODS documentation session that several documents need retitling. This patch retitles the documents but doesn't actually adjust the content. There is a separate patch under work which refactors the content from three documents into one document. Change-Id: If5a4718b0ab50c405d42a2e20b7b054b93f3227a
-
Steven Dake authored
From this etherpad: https://etherpad.openstack.org/p/kolla-mitaka-documentation Lay groundwork for structure of new documentation layout. Further work will finish the job on this doc work. Note in a later change I793244c47ffbe0ba304e79bacf708494e59d99c4 ansible-deployment, deploy-all-in-one-node, and quickstart.rst will be merged into one document. Change-Id: I42b576ffab796da6e27adc9dbf55b2ceed641c16
-
- Oct 26, 2015
-
-
Rob Hirschfeld authored
The documentation was correct. This table change helps highlight that default packages are not recent enough or too recent for the Kolla playbooks. Change-Id: I9ea3cfc87aebcc10cb344cd8f32e9b91782ecf55
-
- Oct 21, 2015
-
-
Paul Bourke authored
Change-Id: Ie0e69f72a9f4c4c1eee897d2b48b4318c3b94638
-
- Oct 17, 2015
-
-
Kuo-tung Kao authored
With registry flag, build image using `tools/build.py --registry 172.22.2.81:4000` the image name looks like `172.22.2.81:4000/kollaglue/data` When user use kolla-ansible, user set `docker_registry` to `172.22.2.81:4000` in `/etc/kolla/globals.yml`. Build image using `tools/build.py -n abcd` the image name looks like `abcd/data` When user use kolla-ansible, user set `docker_namespace:` to `abcd` in `/etc/kolla/globals.yml`. build image using `tools/build.py -n abcd --registry 172.22.2.81:4000` the image name looks like `abcd/data` When user use kolla-ansible, user set `docker_namespace:` to `abcd` in `/etc/kolla/globals.yml`. user set `docker_registry` to `172.22.2.81:4000` in `/etc/kolla/globals.yml`. With the feature, it will reduce user confusing and mistaking. Change-Id: I18ac7a3ccec032888e35f5e9a79fc190760cc8a0 Closes-Bug: #1505056
-
- Oct 14, 2015
-
-
Martin André authored
Kolla implements a workaround for the referenced docker issue. There is no need to document it, however still recommend installing a recent kernel for better compatibility. Change-Id: I06eaa0bb0980f0698202724f523ab08cb344418e
-
Kuo-tung Kao authored
Update ansible-deployment to note that root privilege is needed when deploying. Change-Id: I80d3792de69c16c05c5285e8113d5924d6192735 Closes-Bug: #1471824
-
- Oct 13, 2015
-
-
Sam Yaple authored
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
-
Michal Rostecki authored
Update and add some minor informations to dev Vagrant docs. Change-Id: I1acd6583b458568c5dc713e09d35e58a2275bc51 Closes-Bug: #1505065
-
Paul Bourke authored
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
-
Paul Bourke authored
Change-Id: Ib74e69ee7c5755ccae4e2ecb7b976f110bdae7c1 backport: liberty
-
- Oct 12, 2015
-
-
Kuo-tung Kao authored
add missing `kollaglue` word to build command in image-building.rst. Change-Id: Idd9c50a5298094492d170537e42ffeb1ed73af4f
-
- Oct 11, 2015
-
-
Steven Dake authored
Without NTPD, rabbitmq reconnects often and generally causes havoc in an OpenStack installation. Change-Id: I7911d115312132a156331f61b8c320c32ddc798c
-
Michal Jastrzebski authored
Adding link to missing guides to our docs index page. TrivialFix Change-Id: I6704a59ef7e010d5ffec762325bd4442362a093c
-
- Oct 09, 2015
-
-
Nguyễn Duy Vũ (CBR09) authored
Deploy Ceph in kolla Change-Id: Icecc6f4ee25b5ee0cad4265c0b57790bfb32a905
-
Hironori Shiina authored
Fix 4 typos in documentation 'Customize an OpenStack Deployment'. Change-Id: I9da8e44e8281fef18a7a5e86f10464a296aa2d49
-
Hironori Shiina authored
Fix 2 typos in documentation 'A Kolla Cluster with Heat'. Change-Id: Ia50dda1b6e10accb1f44defca95b9b3f7de115e6
-
- Oct 08, 2015
-
-
Kuo-tung Kao authored
Reformat local registry section. And document that the Docker config need to be modified when building images if using local registry. Change-Id: I51c4df499d84c8ce2a2afc3787b2d609cc0f7d7e
-
- Oct 07, 2015
-
-
Lubosz Kosnik authored
openstack user-list changed to proper form of openstack command Change-Id: If409ab26bf6266e0790a2d2cce18d28adb844702 Closes-Bug: #1503711
-
Kuo-tung Kao authored
Update document about how to set up local registry. Change-Id: I52895e2416a219e1dfaf2e493eac857598f9c819 Closes-Bug: #1459355
-
- Oct 06, 2015
-
-
Paul Bourke authored
Change-Id: I110e76ba7349fee488005b0d8710447b1e339df7
-
- Sep 28, 2015
-
-
Jeff Peeler authored
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
-
Sam Yaple authored
The deployer is expected to know the correct permissions for his environment. Remove 'sudo' everywhere and unify commands Change-Id: I1ca295221a57e9d8cb35293620d14c0d8c72007d Closes-Bug: #1496566
-
- Sep 26, 2015
-
-
Martin André authored
A new version was released and it is not necessary anymore to install from git. Change-Id: Id05c4b0c969d32c14e63f1b3e88bc73c8b7ff890 Partially-Implements: blueprint vagrant-improvements
-
- Sep 25, 2015
-
-
venkatamahesh authored
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
-
Steven Dake authored
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
-
Martin André authored
Change-Id: I795d543f7ab600427618062d6eaa3231408d6660 Partially-Implements: blueprint vagrant-improvements
-
- Sep 21, 2015
-
-
Martin André authored
Implements: blueprint vagrant-improvements Change-Id: I326e65333f368dc0081a36ffe93d325f2ccfab1b
-
Martin André authored
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
-
- Sep 18, 2015
-
-
Steven Dake authored
Explain how to customize the deployment with an example and rationale that is anti-templating :) Change-Id: I148c89b0608211864d18b60ed7c7082c0b468931
-