| *** bbowen has quit IRC | 00:01 | |
| *** bbowen has joined #openstack | 00:02 | |
| *** skyraven has joined #openstack | 00:21 | |
| factor | mrf, Each network has a dhcp node or setup as well. I imagine you have to reinstall it also. | 00:21 |
|---|---|---|
| factor | mrf, the best way I have worked with DHCP was with the GUI Horizon to add it back. | 00:25 |
| mrf | yes we got like 70 projects in openstack | 00:26 |
| mrf | we need to re-create all networks? | 00:27 |
| factor | mrf, I looked through my setup DHCP is setup when I create networks by default. But you may need to configure it yourself if you do have a DHCP node. | 00:27 |
| *** skyraven has quit IRC | 00:28 | |
| factor | mrf, Can you check to see if you have a DHCP node in the router or network nodes. ? | 00:28 |
| mrf | neutron node runs neutron-dhcp-agent.service | 00:28 |
| factor | mrf, sorry I dont know the command to check it via openstack CLI | 00:28 |
| factor | What version of openstack? | 00:29 |
| mrf | i see a lot of run-netns-qdhcp\x2dfd7d6b77\x2d0164\x2d4592\x2d8789\x2d78665d107ade.mount loaded active mounted /run/netns/qdhcp-fd7d6b77-0164-4592-8789-78665d107ade | 00:29 |
| factor | Good | 00:29 |
| mrf | looks like the process involved for dhcp | 00:29 |
| factor | yes that is it, they may only need to be configured to your new setup . | 00:29 |
| factor | I have been working and testing with openshift , so dont have openstack going at this time. | 00:30 |
| factor | But if you can access the Horizon view , you can drill down and configure the DHCP nodes. | 00:31 |
| mrf | yes i got horizon running because controller havent been affected | 00:31 |
| factor | okay | 00:33 |
| factor | mrf, What version of Openstack? | 00:33 |
| mrf | queens | 00:33 |
| mrf | i think is something related to iptables | 00:34 |
| factor | okay | 00:34 |
| mrf | i just created a new router, a new network | 00:34 |
| factor | I can be. yes | 00:34 |
| mrf | from horizon without problem | 00:34 |
| mrf | instance boot, get "assigned" internal ip but it dont recive dhcp leases | 00:34 |
| factor | check | 00:34 |
| factor | can you ping ip address to outside? | 00:35 |
| factor | ssh ping what ever should be pingable from outside. | 00:35 |
| mrf | no , i cant ping because instance dont recive the ip | 00:36 |
| mrf | i deployed a cirros instance for testing | 00:37 |
| mrf | with the new router and new subnet | 00:37 |
| factor | can you ping the router outside ip? | 00:37 |
| mrf | let me check | 00:37 |
| factor | Right and good | 00:37 |
| mrf | no i cant ping external router ip | 00:38 |
| factor | Also via Horizon the router should have internal and external ip listed, if not that is your problem not DHCP. | 00:38 |
| factor | Youmay have to recreate only your router. | 00:38 |
| factor | or make a new one . | 00:38 |
| factor | You can also hack the configs in etc of the controller but , I dont go that route. | 00:39 |
| mrf | yes i already made router and new subnet. Router interfaces show as ADMIN state up, but state down | 00:39 |
| factor | I just recreate or add the router and migrate the instances over. | 00:39 |
| factor | Yup | 00:40 |
| factor | State has to be up. | 00:40 |
| factor | What type of network are you using to the outside? | 00:40 |
| mrf | flat | 00:41 |
| factor | Nifty. | 00:41 |
| mrf | we use OVS setup for that | 00:41 |
| factor | Yup | 00:41 |
| *** jmasud has quit IRC | 00:42 | |
| mrf | we got a network node , with internal eth and external eth | 00:42 |
| factor | Looking | 00:42 |
| mrf | the external its the "br-ex" | 00:42 |
| factor | Yes | 00:42 |
| *** jmasud has joined #openstack | 00:42 | |
| factor | mrf, that is the common problem by the way. | 00:43 |
| factor | mrf, You have to follow the steps in a certain manner or it does not work. | 00:44 |
| factor | When you create a network (this is for openstack command line not neutron but should be like )https://icarusfactor.github.io/openstack-Installs/stein/centos7_packstack_manual_demo/ | 00:45 |
| factor | This is for Stein , but works. | 00:45 |
| factor | if you can convert the commands to neutron. As to what steps to do first. | 00:46 |
| factor | Stein finally converted the commands to work on the openstack cli. | 00:46 |
| factor | queens used neutron for network create. | 00:46 |
| factor | same variables , only slightly different. | 00:47 |
| factor | Create Flat External Network | 00:47 |
| factor | is where it starts. | 00:47 |
| factor | If you get these steps out of order it wont work, why I created this write up. | 00:48 |
| factor | mrf, https://github.com/icarusfactor/openstack-Installs/blob/master/rocky/ScalableWebService | 00:51 |
| factor | Found my older version that used neutron to setup network. Follow that one | 00:51 |
| factor | With Queens you may have to use more neutron commands. This one was rocky. | 00:52 |
| factor | I only had to use one neutron command for this version. | 00:52 |
| factor | Step 5 is the neutron command to create a flat network. | 00:53 |
| factor | two commands sorry :) | 00:53 |
| factor | and the second command enables or disables DHCP on the older version | 00:53 |
| factor | I disable DHCP since I use the DHCP server on my main network. . | 00:54 |
| factor | But since you cant ping the outside world its the router setup that got borked. | 00:55 |
| factor | okay now back to what I was doing... making a write up for Openshift 4.x | 00:58 |
| *** daknob has quit IRC | 01:00 | |
| *** daknob has joined #openstack | 01:00 | |
| *** jmasud has quit IRC | 01:10 | |
| *** gyee has quit IRC | 01:14 | |
| *** jmasud has joined #openstack | 01:14 | |
| *** shibboleth has quit IRC | 01:43 | |
| factor | Oh nice found the poenstack installer for openshift. Good deal. Will try it out later. | 01:59 |
| factor | Will definitely make a write up for it on top of my openstack installs. Very nice combo. | 02:00 |
| *** hamalq_ has quit IRC | 02:00 | |
| *** skyraven has joined #openstack | 02:24 | |
| *** skyraven has quit IRC | 02:28 | |
| *** random_yanek has quit IRC | 03:02 | |
| *** random_yanek has joined #openstack | 03:04 | |
| *** matt_kosut has joined #openstack | 03:07 | |
| *** matt_kosut has quit IRC | 03:11 | |
| *** jmasud has quit IRC | 03:30 | |
| *** xiaolin has quit IRC | 03:37 | |
| *** jmlowe has quit IRC | 03:41 | |
| *** Samiam1999DTP has joined #openstack | 03:42 | |
| *** Samiam1999 has quit IRC | 03:43 | |
| *** jmlowe has joined #openstack | 03:44 | |
| *** zbsarash1 has quit IRC | 03:49 | |
| *** imega has quit IRC | 03:49 | |
| *** imega has joined #openstack | 03:53 | |
| *** rcernin has joined #openstack | 03:54 | |
| *** rcernin has quit IRC | 03:59 | |
| *** __ministry1 has joined #openstack | 04:04 | |
| *** __ministry1 has quit IRC | 04:20 | |
| *** skyraven has joined #openstack | 04:25 | |
| *** skyraven has quit IRC | 04:29 | |
| *** jmasud has joined #openstack | 04:43 | |
| *** jmasud has quit IRC | 04:44 | |
| *** ravsingh has joined #openstack | 04:58 | |
| *** randyb has joined #openstack | 04:59 | |
| *** randyb has quit IRC | 05:04 | |
| *** randyb has joined #openstack | 05:05 | |
| *** matt_kosut has joined #openstack | 05:08 | |
| *** randyb has quit IRC | 05:09 | |
| *** matt_kosut has quit IRC | 05:11 | |
| *** matt_kosut has joined #openstack | 05:11 | |
| *** sauvin has joined #openstack | 05:15 | |
| *** sorin-mihai_ has joined #openstack | 05:33 | |
| *** sorin-mihai has quit IRC | 05:37 | |
| *** sorin-mihai_ has quit IRC | 05:46 | |
| *** sorin-mihai_ has joined #openstack | 05:47 | |
| *** lvdombrkr has joined #openstack | 05:58 | |
| lvdombrkr | hello guys. i have question about password injection. to inject password generated by openstack ( adminPass) i just need to change nova config to inject_password=true and customize image? | 06:02 |
| *** ravsingh has quit IRC | 06:22 | |
| *** skyraven has joined #openstack | 06:26 | |
| *** sorin-mihai has joined #openstack | 06:29 | |
| *** skyraven has quit IRC | 06:31 | |
| *** sorin-mihai_ has quit IRC | 06:33 | |
| *** renich has joined #openstack | 06:36 | |
| *** skyraven has joined #openstack | 06:36 | |
| *** xiaolin has joined #openstack | 06:48 | |
| *** randyb has joined #openstack | 06:49 | |
| *** rcernin has joined #openstack | 07:06 | |
| *** xiaolin has quit IRC | 07:11 | |
| *** hoonetorg has quit IRC | 07:12 | |
| *** rcernin has quit IRC | 07:12 | |
| *** also_stingrayza has joined #openstack | 07:21 | |
| *** stingrayza has quit IRC | 07:22 | |
| *** randyb has quit IRC | 07:30 | |
| *** hoonetorg has joined #openstack | 07:31 | |
| *** riuzen has joined #openstack | 07:32 | |
| *** randyb has joined #openstack | 07:33 | |
| *** randyb has joined #openstack | 07:33 | |
| *** randyb has quit IRC | 07:37 | |
| *** jmasud has joined #openstack | 07:44 | |
| *** renich has quit IRC | 07:45 | |
| *** randyb has joined #openstack | 07:46 | |
| *** randyb has quit IRC | 07:48 | |
| *** randyb has joined #openstack | 07:50 | |
| *** randyb has quit IRC | 07:54 | |
| *** Limech_ has joined #openstack | 07:59 | |
| *** Limech has quit IRC | 08:00 | |
| *** xiaolin has joined #openstack | 08:09 | |
| *** lvdombrkr has quit IRC | 08:09 | |
| *** climbingturtle has joined #openstack | 08:13 | |
| *** random_yanek has quit IRC | 08:20 | |
| *** random_yanek has joined #openstack | 08:22 | |
| *** hoonetorg has quit IRC | 08:23 | |
| *** riuzen has quit IRC | 08:24 | |
| *** thorre has quit IRC | 08:27 | |
| *** cah_link has joined #openstack | 08:29 | |
| *** hoonetorg has joined #openstack | 08:37 | |
| *** thorre has joined #openstack | 08:40 | |
| *** slaweq has joined #openstack | 08:46 | |
| *** adrianc has quit IRC | 08:49 | |
| *** adrianc has joined #openstack | 08:52 | |
| *** andrea10 has quit IRC | 09:02 | |
| *** xiaolin has quit IRC | 09:28 | |
| *** sorin-mihai has quit IRC | 09:28 | |
| *** sorin-mihai has joined #openstack | 09:31 | |
| *** cah_link has quit IRC | 09:41 | |
| *** jmasud has quit IRC | 09:41 | |
| *** slaweq has quit IRC | 09:53 | |
| *** slaweq has joined #openstack | 09:59 | |
| *** mrf has quit IRC | 10:32 | |
| *** slaweq has quit IRC | 10:35 | |
| *** jawad_axd has joined #openstack | 10:50 | |
| *** jv|afk has joined #openstack | 11:02 | |
| *** shibboleth has joined #openstack | 11:22 | |
| *** lvdombrkr has joined #openstack | 12:00 | |
| *** damien_r has joined #openstack | 12:00 | |
| lvdombrkr | hello guys, trying to inject admin_password (inject_password=true ) into image but when creating instance get this error in nova-compute.log | 12:02 |
| lvdombrkr | 2020-06-06 14:53:50.188 6 WARNING nova.virt.disk.api [req-94f485ca-944c-40e9-bf14-c8b8dbe09a7b 052d02306e6746a4a3e7e5449de49f8c 413a4cadf9734fca9ec3e5e6192a446f - default default] Ignoring error injecting admin_password into image (a bytes-like object is required, not 'str') | 12:02 |
| lvdombrkr | any ideas? | 12:02 |
| *** damien_r has quit IRC | 12:05 | |
| *** andrea15 has joined #openstack | 12:06 | |
| lvdombrkr | Train + Centos8 | 12:08 |
| *** Relih has joined #openstack | 12:15 | |
| *** bbowen has quit IRC | 12:32 | |
| *** whyz has quit IRC | 12:37 | |
| frickler | lvdombrkr: sounds like an issue with python3, best create a bug report against nova | 12:39 |
| lvdombrkr | frickler: good, i will ask in nova irc channel | 12:44 |
| lvdombrkr | thanks | 12:44 |
| *** stingrayza has joined #openstack | 12:59 | |
| *** also_stingrayza has quit IRC | 13:02 | |
| *** born2bake has joined #openstack | 13:04 | |
| *** jawad_axd has quit IRC | 13:25 | |
| *** jonaspaulo has joined #openstack | 14:37 | |
| *** lvdombrkr has quit IRC | 15:04 | |
| *** lvdombrkr has joined #openstack | 15:14 | |
| *** jv|afk has quit IRC | 15:21 | |
| *** jmasud has joined #openstack | 15:24 | |
| *** jmasud has quit IRC | 15:25 | |
| *** dskull has quit IRC | 15:26 | |
| *** jmasud has joined #openstack | 15:28 | |
| *** jmasud has quit IRC | 15:29 | |
| *** jonaspaulo has quit IRC | 15:39 | |
| *** bbowen has joined #openstack | 15:39 | |
| *** jenia has joined #openstack | 15:41 | |
| jenia | hello everyone | 15:41 |
| jenia | I'm going through the OpenStack tutorial: https://docs.openstack.org/install-guide/overview.html#example-architecture | 15:41 |
| jenia | from what I udnerstand, ill be running at least two VMs: one controller and the other a Compute Node | 15:42 |
| jenia | my question is, what's going to manage the two VMs? | 15:42 |
| jenia | like do I spin them up with QEMU or something or there's a software I need to install on my computer that manages the different VMs where OpenStack components run | 15:43 |
| *** shibboleth has quit IRC | 15:47 | |
| *** mir100 has quit IRC | 16:06 | |
| *** rcernin has joined #openstack | 16:08 | |
| *** rcernin has quit IRC | 16:13 | |
| *** KindTwo has joined #openstack | 16:42 | |
| *** KindOne has quit IRC | 16:43 | |
| *** KindTwo is now known as KindOne | 16:46 | |
| *** tabakhase has quit IRC | 16:49 | |
| *** dskull has joined #openstack | 16:51 | |
| *** KindTwo has joined #openstack | 16:54 | |
| *** KindOne has quit IRC | 16:56 | |
| *** KindTwo is now known as KindOne | 16:58 | |
| *** zbsarash1 has joined #openstack | 17:00 | |
| *** slaweq has joined #openstack | 17:07 | |
| *** slaweq has quit IRC | 17:17 | |
| *** jawad_axd has joined #openstack | 17:21 | |
| *** jawad_axd has quit IRC | 17:23 | |
| *** jawad_axd has joined #openstack | 17:24 | |
| *** tabakhase has joined #openstack | 17:25 | |
| *** shibboleth has joined #openstack | 17:25 | |
| *** mamercad has quit IRC | 17:26 | |
| *** KindTwo has joined #openstack | 17:31 | |
| *** KindOne has quit IRC | 17:33 | |
| *** damien_r has joined #openstack | 17:34 | |
| *** KindTwo is now known as KindOne | 17:35 | |
| *** jmasud has joined #openstack | 17:49 | |
| *** also_stingrayza has joined #openstack | 17:57 | |
| *** stingrayza has quit IRC | 17:59 | |
| *** whyz has joined #openstack | 18:01 | |
| factor | jenia, Are you wanting to try out Openstack All In One is a good place to get a good footing and you can hack it later to expand to more boxes. | 18:04 |
| factor | All In One Can work inside Qemu or Virtualbox. | 18:04 |
| *** jmasud has quit IRC | 18:04 | |
| factor | You will need at least 8 cores to do this though, I recommend. | 18:04 |
| *** slaweq has joined #openstack | 18:05 | |
| factor | But again a good start is with AllInOne | 18:05 |
| *** jmasud has joined #openstack | 18:16 | |
| *** slaweq has quit IRC | 18:31 | |
| *** jawad_axd has quit IRC | 18:34 | |
| *** avivgt has joined #openstack | 18:34 | |
| *** also_stingrayza is now known as stingrayza | 18:36 | |
| *** slaweq has joined #openstack | 18:37 | |
| *** slaweq has quit IRC | 18:41 | |
| *** zbsarash1 has quit IRC | 18:43 | |
| *** jmasud has quit IRC | 18:48 | |
| *** waxfire has quit IRC | 18:50 | |
| *** waxfire has joined #openstack | 18:50 | |
| *** jmasud has joined #openstack | 18:52 | |
| *** lvdombrkr has quit IRC | 19:01 | |
| *** avivgt has quit IRC | 19:22 | |
| *** shibboleth has quit IRC | 19:25 | |
| *** Euph0ria has quit IRC | 19:35 | |
| *** Euph0ria has joined #openstack | 19:36 | |
| *** jenia has quit IRC | 19:55 | |
| *** jcmdln has quit IRC | 20:15 | |
| *** jmasud has quit IRC | 20:17 | |
| *** jcmdln has joined #openstack | 20:19 | |
| *** jmasud has joined #openstack | 20:23 | |
| *** shibboleth has joined #openstack | 20:30 | |
| *** jmasud has quit IRC | 20:41 | |
| *** born2bake has quit IRC | 21:37 | |
| *** Relih has quit IRC | 21:59 | |
| *** matt_kosut has quit IRC | 22:08 | |
| *** matt_kosut has joined #openstack | 22:08 | |
| *** matt_kosut has quit IRC | 22:13 | |
| *** mamercad has joined #openstack | 22:16 | |
| *** tobberydberg has quit IRC | 22:16 | |
| *** tobberydberg has joined #openstack | 22:18 | |
| *** jmasud has joined #openstack | 22:29 | |
| *** Relih has joined #openstack | 22:39 | |
| *** jmasud has quit IRC | 22:44 | |
| *** skyraven has quit IRC | 23:43 | |
| *** Relih has quit IRC | 23:43 | |
| *** jmasud has joined #openstack | 23:48 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!