*** hwoarang has quit IRC | 01:44 | |
*** hwoarang has joined #openstack-ansible | 01:50 | |
*** altlogbot_2 has quit IRC | 05:02 | |
*** altlogbot_2 has joined #openstack-ansible | 05:03 | |
*** altlogbot_2 has quit IRC | 05:10 | |
*** altlogbot_3 has joined #openstack-ansible | 05:12 | |
*** altlogbot_3 has quit IRC | 05:14 | |
*** altlogbot_3 has joined #openstack-ansible | 05:14 | |
*** altlogbot_3 has quit IRC | 05:33 | |
*** altlogbot_1 has joined #openstack-ansible | 05:36 | |
*** altlogbot_1 has quit IRC | 05:58 | |
*** altlogbot_3 has joined #openstack-ansible | 06:00 | |
*** altlogbot_3 has quit IRC | 06:02 | |
*** altlogbot_0 has joined #openstack-ansible | 06:03 | |
*** luksky11 has joined #openstack-ansible | 06:56 | |
*** hwoarang has quit IRC | 06:58 | |
*** hwoarang has joined #openstack-ansible | 07:00 | |
*** luksky11 has quit IRC | 07:11 | |
*** bhagyashris has joined #openstack-ansible | 07:30 | |
bhagyashris | Hi all is any one available or around me to help? Actually I am facing few issue while installing openstack using ansible as All in one setup. This is my first time to install opnestack using ansible | 07:34 |
---|---|---|
bhagyashris | spotz ^ | 07:39 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Do not add /etc/hosts entry for 127.0.1.1 https://review.opendev.org/670706 | 08:22 |
jrosser | bhagyashris: there are more people arounf usually monday to friday - can you explain whats wrong or paste example output to paste.openstack.org? | 08:24 |
bhagyashris | jrosser: sure just give me min. | 08:25 |
bhagyashris | jrosser: http://paste.openstack.org/show/754379/ | 08:31 |
jrosser | bhagyashris: i think you may have missed ./scripts/bootstrap-aio.sh | 08:32 |
bhagyashris | jrosser: I ran that as well but got this error http://paste.openstack.org/show/754380/ | 08:34 |
bhagyashris | even if I have sufficient disk space in my laptop | 08:34 |
jrosser | ok, well first things first - in general it's recommended to use a virtual machine or a host that you're happy to repeatedly wipe/reinstall for AIO | 08:35 |
bhagyashris | jrosser: Actually I have machine on which both Ubuntu 18.04 ans windows as dual boot | 08:37 |
jrosser | i just looked at one of my AIO builds and it's used 23G of the root disk | 08:38 |
bhagyashris | ok | 08:39 |
jrosser | the bootstrap-aio has failed becasue it is checking for a sufficiently large amount of free space | 08:40 |
bhagyashris | So currently on my machine i have ubuntu 18.04 memory 12 GB , DISK : 265 GB | 08:41 |
bhagyashris | this is what i have free space | 08:41 |
bhagyashris | root@bhagyashri-Lenovo-ideapad-330-15IKB:~/openstack-ansible# free | 08:41 |
bhagyashris | total used free shared buff/cache available | 08:41 |
bhagyashris | Mem: 12201152 2351580 6846328 618396 3003244 8896820 | 08:41 |
bhagyashris | Swap: 9454588 0 9454588 | 08:41 |
bhagyashris | i have gone through the doc https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html | 08:42 |
bhagyashris | and above are all the specification machine with me | 08:43 |
bhagyashris | and i gusess this is enough to install the openstack ansible | 08:44 |
jrosser | the boostrap-aio error says you don't have enough free space on the / partition | 08:44 |
bhagyashris | ohh means i will need to reinstall ubuntu 18.04 with new partition | 08:48 |
bhagyashris | and out of that I will need to give max 80 GB of one partiotion rigth? | 08:49 |
jrosser | 60G will be plenty, the free space test fails at <50G | 08:50 |
bhagyashris | ok | 08:52 |
bhagyashris | means swap ahould be of greater than 60 GB | 08:52 |
jrosser | bhagyashris: no, you need >50G free on the root disk, nothing to do with swap | 08:55 |
bhagyashris | Apart from this I have few queries that may be basic one | 08:55 |
bhagyashris | ahh got it now i check on my compute | 09:03 |
bhagyashris | ther it's showing 27.6 GB/39.1 GB available | 09:04 |
jrosser | yes :) fatal: [localhost]: FAILED! => {"changed": false, "msg": "Not enough space available in /.\nFound 24.87 GB, required 50 GB)\n"} | 09:05 |
jrosser | ^ from your bootstrap-aio output | 09:05 |
bhagyashris | but if I check in system inf it's showing 256 GB | 09:05 |
bhagyashris | so i though for ubuntu I have assigned 256 GB as root GB | 09:06 |
bhagyashris | but anyways I will need to reinstall and set the root GB greater than the 60 GB | 09:06 |
bhagyashris | I have few queries regarding the configuration of openstack_user_config.yml | 09:09 |
bhagyashris | this is what the config file I have designed http://paste.openstack.org/show/754378/ | 09:10 |
*** geekinutah has quit IRC | 09:11 | |
*** geekinutah has joined #openstack-ansible | 09:12 | |
bhagyashris | Actaully I have not full knowledge of networking so Can yoo\u please help me to understand what should be the IP's i have put in the config | 09:13 |
bhagyashris | i mean i am not sure about the cidr_networks: and global_overrides: etc | 09:14 |
jrosser | i think you should fix your disk size issue, then bootstrap-aio.sh will auto generate an example config for you that should work just fine | 09:15 |
bhagyashris | ohh ok means that will automatically generate the openstack_user_config.yml for me | 09:17 |
bhagyashris | with all the ip's and all ths stuff | 09:18 |
bhagyashris | the | 09:18 |
bhagyashris | * | 09:18 |
jrosser | yes | 09:22 |
bhagyashris | i mean i will not need to edit that file | 09:23 |
jrosser | for a test environment built with the AIO everything should be automatic, you don't need to make the config yourself | 09:24 |
bhagyashris | because i am on learning rope for networking part | 09:24 |
jrosser | when you get to wanting to make a production environment, then you need to do the config yourself | 09:24 |
bhagyashris | ahh means i will need to specify the target hot and all that stuff for the production environment | 09:25 |
bhagyashris | got it | 09:25 |
bhagyashris | Have you ever deploy openstack using TriplO as stand alone | 09:26 |
bhagyashris | ? | 09:26 |
*** luksky11 has joined #openstack-ansible | 12:40 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Bump SHAs for master https://review.opendev.org/670726 | 14:27 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky https://review.opendev.org/670727 | 14:27 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/stein: Bump SHAs for stable/stein https://review.opendev.org/670728 | 14:28 |
*** bhagyashris has quit IRC | 14:28 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: Bump SHAs for stable/queens https://review.opendev.org/670729 | 14:30 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/pike: Bump SHAs for stable/pike https://review.opendev.org/670730 | 14:31 |
*** adrianreza_ has quit IRC | 19:15 | |
redkrieg | has anyone else had issues running bootstrap for rocky stable due to being unable to clone mistral? http://paste.openstack.org/show/754381/ | 19:19 |
*** altlogbot_0 has quit IRC | 21:00 | |
*** altlogbot_2 has joined #openstack-ansible | 21:01 | |
*** goldyfruit has quit IRC | 21:06 | |
*** goldyfruit has joined #openstack-ansible | 21:14 | |
*** pcaruana has quit IRC | 21:19 | |
*** luksky11 has quit IRC | 21:43 | |
*** ChosSimbaOne has quit IRC | 22:05 | |
*** goldyfruit has quit IRC | 22:08 | |
*** pfire has joined #openstack-ansible | 22:11 | |
*** ChosSimbaOne has joined #openstack-ansible | 22:19 | |
*** goldyfruit has joined #openstack-ansible | 22:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!