*** bmace_ has joined #openstack-kolla | 00:01 | |
Pavo | jascott1 that link doesn't work | 00:06 |
---|---|---|
Pavo | also kolla-ansible -i kolla/ansible/inventory/multinode bootstrap-servers isn't working | 00:13 |
*** schwicht has joined #openstack-kolla | 00:14 | |
Pavo | ERROR: blockinfile is not a legal parameter in an Ansible task or handler | 00:21 |
Pavo | anyone know what that measn? | 00:21 |
*** LamT__ has quit IRC | 00:22 | |
*** sdake has joined #openstack-kolla | 00:24 | |
*** sdake has quit IRC | 00:28 | |
*** lamt has joined #openstack-kolla | 00:30 | |
*** sdake has joined #openstack-kolla | 00:33 | |
Pavo | sdake you there? | 00:33 |
sdake | pavo yup sup | 00:33 |
sdake | going to feed soon | 00:33 |
Pavo | I am trying to use kolla-ansible -i kolla/ansible/inventory/multinode bootstrap-servers | 00:34 |
Pavo | and getting an error ERROR: blockinfile is not a legal parameter in an Ansible task or handler | 00:34 |
sdake | are using it sounds like :) | 00:34 |
sdake | huh? | 00:34 |
Pavo | have no clue | 00:34 |
Pavo | oh could it be because I am using ansible version 1.9.4? | 00:35 |
sdake | oh ya that would do it | 00:35 |
Pavo | ok hang on | 00:35 |
sdake | bootstrap-servers is a newton feature, and requires ansible 2.0+ | 00:35 |
Pavo | ok | 00:36 |
Pavo | getting a new error | 00:36 |
sdake | progress! | 00:36 |
Pavo | http://pastebin.com/iyRB63H7 | 00:36 |
sdake | pavo how did you install ansible | 00:37 |
Pavo | pip install -U ansible==2.0.0 | 00:38 |
sdake | ok dont use pip to install ansible on centos | 00:38 |
sdake | lets fix that up | 00:38 |
Pavo | ok | 00:38 |
sdake | sudo pip uninstall ansible | 00:38 |
Pavo | done | 00:38 |
sdake | then cd /usr/lib/python2.7/site-packages | 00:38 |
sdake | ls -l *ansible* | 00:38 |
Pavo | ls: cannot access *ansible*: No such file or directory | 00:39 |
sdake | ls -lD *ansible* | 00:39 |
Pavo | [root@deployer site-packages]# ls -lD *ansible* | 00:39 |
Pavo | ls: cannot access *ansible*: No such file or directory | 00:39 |
Pavo | /DIRED-OPTIONS// --quoting-style=literal | 00:39 |
sdake | ls -ld *ansible* | 00:39 |
sdake | ;) | 00:39 |
Pavo | lol | 00:40 |
Pavo | ls: cannot access *ansible*: No such file or directory | 00:40 |
sdake | cool | 00:40 |
sdake | that was to make sure it was actually gone | 00:40 |
sdake | sudo yum install ansible | 00:40 |
Pavo | ok | 00:40 |
Pavo | ok | 00:40 |
Pavo | ansible 2.1.2.0 | 00:40 |
Pavo | done | 00:41 |
sdake | ok try bootstrapping | 00:41 |
*** yingjun has joined #openstack-kolla | 00:41 | |
Pavo | "Failed to connect to the host via ssh | 00:42 |
Pavo | now these are completely clean install target nodes | 00:42 |
Pavo | and I can ssh manually from deployer to them | 00:43 |
sdake | are you running bootstrap as root? | 00:43 |
Pavo | anything I have to do before so ansible can ssh | 00:43 |
Pavo | yes | 00:43 |
sdake | pavo not that i'm aware of | 00:43 |
Pavo | hmm | 00:43 |
sdake | pavo th echange in behavior is wierd tho | 00:43 |
sdake | paste inventory file pls | 00:44 |
Pavo | http://pastebin.com/V2GStAFC | 00:44 |
sdake | try ssh computenode | 00:45 |
Pavo | I can but have to put a password in ofc | 00:45 |
*** awiddersheim has quit IRC | 00:45 | |
sdake | ansible requires passwordless sudo | 00:45 |
Pavo | hmmm how do I do that | 00:46 |
sdake | you had it setup before no? | 00:46 |
Pavo | I just did a clean install | 00:46 |
Pavo | nothing else | 00:46 |
sdake | you put your *pub file in your authorized_keys file on the target .ssh/authorized_keys file | 00:46 |
Pavo | ok hang on | 00:46 |
sdake | the id_rsa.pub in the .ssh dir | 00:46 |
Pavo | ok seems to be working now | 00:48 |
Pavo | lol new error | 00:48 |
Pavo | http://pastebin.com/xmQNXfvx | 00:48 |
sdake | did you run keygen? | 00:49 |
Pavo | ssh-keygen yes | 00:49 |
sdake | genpwd | 00:49 |
sdake | kolla-genpwd | 00:49 |
Pavo | ah | 00:50 |
Pavo | not yet | 00:50 |
Pavo | hang on | 00:50 |
sdake | or tools/genpwd | 00:50 |
Pavo | ./kolla/tools/generate_passwords.py correct | 00:50 |
Pavo | yeah still giving same error | 00:51 |
sdake | pavo - where did you get your /etc/kolla/passwords.yml file from? | 00:52 |
sdake | is it old per chance | 00:52 |
Pavo | yeah | 00:52 |
sdake | ok well thats a problem ;) | 00:52 |
Pavo | ok lol hang on | 00:53 |
Pavo | ok got past that part now | 00:58 |
Pavo | its on baremetal yum installs now | 00:58 |
Pavo | ok done | 00:58 |
Pavo | now nodes should be completely setup and ready right | 00:59 |
*** MarMat has quit IRC | 00:59 | |
*** tovin07 has joined #openstack-kolla | 01:05 | |
*** lrensing has joined #openstack-kolla | 01:14 | |
Pavo | sdake is there a playbook to get a deployer node setup? | 01:16 |
sdake | pavo no - but there is a bifrost role | 01:19 |
sdake | which will set up the bifrost thing | 01:19 |
sdake | rather deployer node | 01:19 |
Pavo | so what exactly is this bifrost | 01:19 |
*** lrensing has quit IRC | 01:20 | |
sdake | gottta eat | 01:20 |
sdake | bbl | 01:20 |
sdake | sorry can't help you further now | 01:20 |
Pavo | np | 01:20 |
*** sdake has quit IRC | 01:20 | |
*** awiddersheim has joined #openstack-kolla | 01:27 | |
*** zhurong has joined #openstack-kolla | 01:36 | |
*** zhubingbing has joined #openstack-kolla | 01:47 | |
openstackgerrit | jiangpch proposed openstack/kolla: remove override_install_langs option in /etc/yum.conf https://review.openstack.org/391631 | 01:50 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add kuryr to precheck https://review.openstack.org/378375 | 01:51 |
*** duonghq_ has joined #openstack-kolla | 01:55 | |
*** duonghq has joined #openstack-kolla | 01:55 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Add kuryr to precheck https://review.openstack.org/378375 | 01:57 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add kuryr to precheck https://review.openstack.org/378375 | 02:01 |
openstackgerrit | jiangpch proposed openstack/kolla: remove override_install_langs option in /etc/yum.conf https://review.openstack.org/391631 | 02:12 |
*** neilus has joined #openstack-kolla | 02:16 | |
*** neilus has quit IRC | 02:20 | |
*** caowei_ has joined #openstack-kolla | 02:52 | |
*** dave-mccowan has quit IRC | 02:57 | |
*** ssurana has joined #openstack-kolla | 03:04 | |
*** Jeffrey4l has joined #openstack-kolla | 03:07 | |
*** ccesario has quit IRC | 03:19 | |
*** jtriley has joined #openstack-kolla | 03:44 | |
*** phuongnh has joined #openstack-kolla | 03:44 | |
*** lamt has quit IRC | 03:48 | |
*** CBR09 has joined #openstack-kolla | 03:52 | |
*** absubram has joined #openstack-kolla | 04:04 | |
*** absubram_ has joined #openstack-kolla | 04:05 | |
*** absubram has quit IRC | 04:08 | |
*** absubram_ is now known as absubram | 04:08 | |
*** coolsvap has joined #openstack-kolla | 04:09 | |
openstackgerrit | zhubingbing proposed openstack/kolla: test https://review.openstack.org/392411 | 04:11 |
*** sdake has joined #openstack-kolla | 04:13 | |
sdake | yo | 04:14 |
sdake | pavo around? | 04:14 |
CBR09 | hi @sdake :) | 04:18 |
sdake | CBR09 your back from the daed :) | 04:18 |
CBR09 | oh, do you remember me ? | 04:19 |
CBR09 | i off for a long time :) | 04:19 |
duonghq | sdake, long time no see | 04:20 |
duonghq | CBR09, glad to see you | 04:20 |
sdake | ya been at summit duonghq | 04:20 |
sdake | 9 days of raid | 04:20 |
sdake | rain | 04:20 |
CBR09 | @duonghq glad to see you :) | 04:21 |
sdake | actually 8 days o frain and 1 day of sunshine | 04:21 |
CBR09 | long time to come back, I still see pbourke, inc, and you | 04:22 |
CBR09 | but dont see Sam : ) | 04:22 |
duonghq | oh, but still better than Arizona? more comfortable? | 04:22 |
sdake | arizona better atm | 04:22 |
duonghq | ah, winter yet? | 04:22 |
sdake | fall | 04:22 |
duonghq | so good | 04:22 |
sdake | yupwell i'm off to bed | 04:23 |
sdake | working on getting on a proper schedule | 04:23 |
sdake | see ya in the morning | 04:23 |
duonghq | see ya | 04:23 |
duonghq | you are in UTC-7 or -8 | 04:23 |
duonghq | sorry cannot recall atm | 04:23 |
*** yuanying has quit IRC | 04:24 | |
*** jtriley has quit IRC | 04:25 | |
*** yuanying has joined #openstack-kolla | 04:36 | |
*** absubram has quit IRC | 04:37 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH https://review.openstack.org/326307 | 04:38 |
*** duonghq has quit IRC | 04:50 | |
*** duonghq_ has quit IRC | 04:50 | |
*** neilus has joined #openstack-kolla | 04:58 | |
*** neilus has quit IRC | 05:03 | |
*** jtriley has joined #openstack-kolla | 05:04 | |
*** ssurana has quit IRC | 05:11 | |
*** jtriley has quit IRC | 05:13 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH https://review.openstack.org/326307 | 05:13 |
*** asalkeld has quit IRC | 05:21 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH https://review.openstack.org/326307 | 05:33 |
*** skramaja has joined #openstack-kolla | 05:54 | |
*** MarMat has joined #openstack-kolla | 05:55 | |
*** CBR09 has quit IRC | 06:00 | |
*** jtriley has joined #openstack-kolla | 06:03 | |
*** jtriley has quit IRC | 06:08 | |
*** schwicht has quit IRC | 06:08 | |
*** jtriley has joined #openstack-kolla | 06:08 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH https://review.openstack.org/326307 | 06:12 |
*** jtriley has quit IRC | 06:13 | |
*** CBR09 has joined #openstack-kolla | 06:46 | |
*** yuanying has quit IRC | 06:46 | |
*** neilus has joined #openstack-kolla | 06:46 | |
*** yuanying has joined #openstack-kolla | 06:49 | |
*** neilus has quit IRC | 06:51 | |
*** zhubingbing has quit IRC | 06:57 | |
*** zhubingbing has joined #openstack-kolla | 06:57 | |
*** ankith has joined #openstack-kolla | 07:00 | |
ankith | hi | 07:00 |
ankith | what are the default parameters we should give in kolla-build.conf? | 07:01 |
zhubingbing | sdake aroud | 07:06 |
*** jtriley has joined #openstack-kolla | 07:09 | |
CBR09 | @ankith: just leave it default unless you want to change something | 07:10 |
*** jtriley has quit IRC | 07:15 | |
*** jrich523 has quit IRC | 07:19 | |
*** jrich523 has joined #openstack-kolla | 07:19 | |
*** fragatina has joined #openstack-kolla | 07:30 | |
*** yingjun_ has joined #openstack-kolla | 07:31 | |
*** yingjun has quit IRC | 07:31 | |
*** ankush has joined #openstack-kolla | 07:34 | |
*** fragatina has quit IRC | 07:39 | |
*** fragatina has joined #openstack-kolla | 07:39 | |
openstackgerrit | Merged openstack/kolla: Fix fernet related components added to fact var properly. https://review.openstack.org/392197 | 07:40 |
*** tonanhngo has joined #openstack-kolla | 07:46 | |
*** openstackgerrit has quit IRC | 07:48 | |
*** openstackgerrit has joined #openstack-kolla | 07:48 | |
*** jmccarthy has quit IRC | 07:48 | |
*** jmccarthy has joined #openstack-kolla | 07:49 | |
bjolo | morning | 07:54 |
*** tonanhngo has quit IRC | 07:54 | |
*** b_bezak has joined #openstack-kolla | 07:59 | |
*** tonanhngo has joined #openstack-kolla | 08:00 | |
*** jtriley has joined #openstack-kolla | 08:03 | |
*** jtriley has quit IRC | 08:08 | |
*** jtriley has joined #openstack-kolla | 08:08 | |
*** jtriley has quit IRC | 08:13 | |
*** athomas has joined #openstack-kolla | 08:28 | |
*** neilus has joined #openstack-kolla | 08:29 | |
*** shardy has joined #openstack-kolla | 08:30 | |
*** tonanhngo has quit IRC | 08:31 | |
*** steve-noyes has joined #openstack-kolla | 08:32 | |
*** Serlex has joined #openstack-kolla | 08:32 | |
*** neilus has quit IRC | 08:33 | |
*** MarMat has quit IRC | 08:35 | |
*** mgoddard has joined #openstack-kolla | 08:37 | |
openstackgerrit | jiangpch proposed openstack/kolla: remove override_install_langs option in /etc/yum.conf https://review.openstack.org/391631 | 08:37 |
openstackgerrit | bjorn lofdahl proposed openstack/kolla: Fix gnocchi deploy https://review.openstack.org/392465 | 08:42 |
*** gfidente|afk is now known as gfidente | 08:44 | |
*** b_bezak has quit IRC | 08:51 | |
*** b_bezak has joined #openstack-kolla | 08:51 | |
*** haplo37 has quit IRC | 08:51 | |
*** haplo37_ is now known as haplo37 | 08:51 | |
*** haplo37_ has joined #openstack-kolla | 08:54 | |
*** b_bezak_ has joined #openstack-kolla | 08:54 | |
*** b_bezak_ has quit IRC | 08:54 | |
*** b_bezak has quit IRC | 08:56 | |
*** ankush has quit IRC | 08:57 | |
*** matrohon has joined #openstack-kolla | 09:00 | |
*** zhurong has quit IRC | 09:06 | |
*** jtriley has joined #openstack-kolla | 09:09 | |
*** jtriley has quit IRC | 09:14 | |
*** dougs1 has joined #openstack-kolla | 09:17 | |
*** yingjun_ has quit IRC | 09:36 | |
*** yingjun has joined #openstack-kolla | 09:37 | |
*** msimonin has joined #openstack-kolla | 09:37 | |
*** yingjun has quit IRC | 09:41 | |
*** strigazi_AFK is now known as strigazi | 09:44 | |
*** msimonin has quit IRC | 09:46 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla: Add warning about mixing Kolla and OpenStack releases https://review.openstack.org/392505 | 09:49 |
*** portdirect_ has quit IRC | 09:55 | |
*** harbor has joined #openstack-kolla | 09:55 | |
*** harbor is now known as portdirect_ | 09:55 | |
*** portdirect_ has quit IRC | 09:55 | |
*** sdake has quit IRC | 10:00 | |
*** msimonin has joined #openstack-kolla | 10:01 | |
*** sdake has joined #openstack-kolla | 10:02 | |
*** jtriley has joined #openstack-kolla | 10:03 | |
*** f13o has joined #openstack-kolla | 10:04 | |
*** tovin07 has quit IRC | 10:06 | |
*** msimonin has quit IRC | 10:06 | |
*** matrohon has quit IRC | 10:08 | |
*** phuongnh has quit IRC | 10:08 | |
*** jtriley has quit IRC | 10:08 | |
*** jtriley has joined #openstack-kolla | 10:09 | |
*** matrohon has joined #openstack-kolla | 10:12 | |
*** jtriley has quit IRC | 10:14 | |
*** mewald has joined #openstack-kolla | 10:17 | |
sdake | hey peeps | 10:17 |
*** pbourke has quit IRC | 10:21 | |
*** pbourke has joined #openstack-kolla | 10:21 | |
*** harbor_log is now known as potdirect | 10:22 | |
sdake | sup pbourke | 10:26 |
pbourke | hey sdake | 10:26 |
openstackgerrit | Steven Dake proposed openstack/kolla: Revert "Move RDO to Newton branches" https://review.openstack.org/386764 | 10:28 |
openstackgerrit | Steven Dake proposed openstack/kolla: Revert "Build source from Newton rather then Master" https://review.openstack.org/386763 | 10:30 |
*** mewald has quit IRC | 10:31 | |
*** ankith has quit IRC | 10:32 | |
*** imcsk8 has quit IRC | 10:33 | |
*** imcsk8 has joined #openstack-kolla | 10:33 | |
*** portdirect has joined #openstack-kolla | 10:34 | |
sp_ | sdake, pbourke : Will today weekly meeting to be held ? | 10:37 |
sdake | sp_ no cancelled | 10:37 |
sdake | sp_ post summit recovery week | 10:37 |
sdake | some of us old dogs need to lick our feet | 10:37 |
sdake | or something ;) | 10:37 |
sp_ | sdake: Thanks for info :) | 10:37 |
*** potdirect has quit IRC | 10:37 | |
*** mewald has joined #openstack-kolla | 10:38 | |
*** portdirect has quit IRC | 10:48 | |
*** imcsk8 has quit IRC | 11:00 | |
*** imcsk8 has joined #openstack-kolla | 11:00 | |
sdake | pbourke need two acks: | 11:03 |
sdake | https://review.openstack.org/#/c/386763/ | 11:04 |
*** haplo37 has quit IRC | 11:04 | |
sdake | https://review.openstack.org/#/c/386764/ | 11:04 |
*** g3ek has quit IRC | 11:04 | |
pbourke | sdake looking | 11:06 |
*** jtriley has joined #openstack-kolla | 11:06 | |
*** haplo37 has joined #openstack-kolla | 11:07 | |
zhubingbing | sdake | 11:07 |
*** g3ek has joined #openstack-kolla | 11:07 | |
*** imcsk8 has quit IRC | 11:08 | |
sdake | did anyone see mark shuttleworth's rant about openstack big tent | 11:08 |
zhubingbing | i want to talk to you about this thing today. | 11:08 |
sdake | and how lack of adoption of heat is what caused the big tent to fail | 11:08 |
*** imcsk8 has joined #openstack-kolla | 11:08 | |
sdake | even though adoption of heat is greater then some core services according to user survey? | 11:08 |
zhubingbing | Build source from Newton rather then Master" | 11:08 |
Pavo | morning | 11:09 |
sdake | sup pavo up early | 11:09 |
Pavo | yeah just got home from PT | 11:09 |
sdake | i had pt once for about 3 months | 11:09 |
sdake | probably different then yours | 11:09 |
Pavo | so having an error during kolla-ansible pull | 11:09 |
sdake | did some exercises and stuff | 11:09 |
sdake | pavo lets get you rolling today | 11:09 |
Pavo | yeah I usually go for a 5 mile run every morning | 11:10 |
sdake | wow thats a huge run | 11:10 |
Pavo | and a 12 mile road march on Thursdays | 11:10 |
*** portdirect has joined #openstack-kolla | 11:10 | |
sdake | when i was in university i did 20 mile hikes weekly | 11:10 |
sdake | and a warmup 5-10 miler weekly as well | 11:10 |
sdake | and several other smaller hikes weekly | 11:11 |
sdake | my hardest hike was 110F weavers needle loop - 250 oz of water | 11:11 |
sdake | and I ran out | 11:11 |
sdake | almost died | 11:11 |
sdake | good thing i had someone with me who kept me rolling | 11:11 |
*** neilus has joined #openstack-kolla | 11:11 | |
sdake | only time i've ever run out of water hiking | 11:12 |
Pavo | well when I was with the 101st we would do 5 miles a day and 12 mile road marches every Thursday and every 3rd Thursday of the month 25 mile road march | 11:12 |
Pavo | that was about 4yrs ago | 11:12 |
sdake | ya sounds like the kind of training i put myself through in university | 11:12 |
sdake | now i barely get 500 steps a day :( | 11:12 |
Pavo | I feel ya lol | 11:12 |
Pavo | ok booting nodes up now | 11:13 |
sdake | i was in fantastic physical shape in university | 11:13 |
sdake | could bench about 280lbs | 11:13 |
sdake | could ride a bike on max for 2 hrs without breaking a sweat | 11:13 |
Pavo | nice | 11:13 |
Pavo | I hate riding a bike | 11:13 |
sdake | i lifted weights 1 hr a day and bike 1 hr a day 7 days a week for 6 years of unversity | 11:14 |
sdake | (plus the hiking) | 11:14 |
Pavo | hip flexes hurt so bad | 11:14 |
Pavo | lol | 11:14 |
Pavo | ok so after doing a build I did prechecks and went fine | 11:14 |
*** CBR09 has quit IRC | 11:14 | |
sdake | they actually say exercise in university increases your max-vo2 for a lifetime | 11:15 |
Pavo | then I did a pull and getting an error saying kolla-toolbox image doesn't exist | 11:15 |
sdake | the more you expercise pre-25 the higher your max vo2 is | 11:15 |
Pavo | but can see the image when I do docker images | 11:15 |
sdake | pavo did you pip install kolla? | 11:15 |
Pavo | no | 11:15 |
sdake | ok - kolla 3.0.1 is out | 11:15 |
Pavo | clone and checkout stable/newton | 11:15 |
sdake | can we use that method? | 11:15 |
Pavo | sure | 11:16 |
sdake | it was out yesterday - i just didn't have time to tell you because my kids were yelling for dinner | 11:16 |
*** matrohon has quit IRC | 11:16 | |
sdake | cd ~ | 11:16 |
*** neilus has quit IRC | 11:16 | |
sdake | sudo pip install kolla==3.0.1 | 11:16 |
Pavo | np doing cleanup task now to start from fresh | 11:16 |
*** ishu has joined #openstack-kolla | 11:16 | |
sdake | sounds good | 11:16 |
zhubingbing | tag is 3.0.2 | 11:16 |
sdake | zhubingbing what are you talking about | 11:16 |
sdake | zhubingbing there is no 3.0.2 tag: https://github.com/openstack/kolla/releases | 11:17 |
sdake | bjolo ping | 11:17 |
*** sdake_ has joined #openstack-kolla | 11:20 | |
Pavo | ok pip install -U kolla==3.0.1 done | 11:20 |
zhubingbing | sorry, I didn't see clearly | 11:20 |
Pavo | sdake | 11:21 |
sdake_ | pavo pip show kolla | 11:21 |
Pavo | http://pastebin.com/uVJDH0Xh | 11:22 |
*** sdake has quit IRC | 11:22 | |
sdake_ | looks good | 11:22 |
sdake_ | kolla-build --registry host:ip --push | 11:22 |
Pavo | building | 11:23 |
sdake_ | hoepfully you didn't do that from yoru git repo | 11:23 |
sdake_ | btw | 11:23 |
sdake_ | if you did, ctrl-c twice | 11:24 |
Pavo | I deleted that | 11:24 |
sdake_ | and do it from your home dir | 11:24 |
sdake_ | ok cool | 11:24 |
Pavo | drinks coffee waiting on build* | 11:25 |
*** mewald has quit IRC | 11:25 | |
*** ankush has joined #openstack-kolla | 11:33 | |
*** Administrator__ has quit IRC | 11:34 | |
*** dwalsh has joined #openstack-kolla | 11:34 | |
*** vbel has joined #openstack-kolla | 11:35 | |
*** Administrator__ has joined #openstack-kolla | 11:35 | |
*** dave-mccowan has joined #openstack-kolla | 11:35 | |
sdake_ | so excited | 11:36 |
sdake_ | my wife took my watch in repair about 3 months ago | 11:36 |
sdake_ | and rolex finally took their sweet ass time repairing it and got it back yesterday | 11:36 |
Pavo | nice | 11:36 |
sdake_ | crystal - straight down on tile | 11:36 |
sdake_ | watch exploded | 11:36 |
sdake_ | wasn't pretty | 11:36 |
*** msimonin has joined #openstack-kolla | 11:37 | |
Pavo | ok sdake_ here is my new network layout, how should I have my globals setup | 11:37 |
Pavo | https://www.gliffy.com/go/publish/11309187 | 11:37 |
bjolo | sdake_, sup | 11:37 |
*** zhugaoxiao has joined #openstack-kolla | 11:37 | |
*** jtriley has quit IRC | 11:38 | |
vbel | hi everyone, i wonder what changed since kilo release that we don't require to set net.ipv4.ip_forward=1 on computes. Last time it was in kilo http://docs.openstack.org/kilo/networking-guide/scenario_dvr_ovs.html . It works well in dvr without that setting, so no problem exists :) Just curious | 11:38 |
*** jtriley has joined #openstack-kolla | 11:40 | |
bjolo | Pavo, paste what you have and i can take a look at it | 11:40 |
*** Administrator__ has quit IRC | 11:40 | |
Pavo | https://www.gliffy.com/go/publish/11309187 | 11:40 |
bjolo | Pavo, i meant your globals.yml | 11:41 |
*** rhallisey has joined #openstack-kolla | 11:41 | |
*** caowei_ has quit IRC | 11:42 | |
Pavo | oh | 11:43 |
Pavo | one sec | 11:43 |
Pavo | bjolo http://pastebin.com/AYyUU4sS | 11:44 |
Pavo | neutron_external_interface only get applied to Network node correct? | 11:45 |
vbel | Pavo, in dvr mode it must be on Computes too | 11:47 |
Pavo | don't think I am using dvr mode | 11:47 |
Pavo | but thats good to know | 11:47 |
Pavo | thanks vbel | 11:48 |
vbel | Pavo, welcome :) | 11:48 |
bjolo | Pavo, you have not done any install yet successfully right? | 11:48 |
Pavo | long time ago with VMs | 11:48 |
bjolo | ok | 11:48 |
Pavo | but not physical no | 11:48 |
bjolo | i would suggest to start minimal and then expand on options and features | 11:49 |
Pavo | yeah thats why I have my network setup the way it is | 11:49 |
bjolo | so for now disable cinder and murano again | 11:49 |
pbourke | sdake_: (wrt big tent) saw some it yeah | 11:49 |
Pavo | well I am using cinder for storage until I figure out how to use Ceph | 11:49 |
pbourke | sdake_: not really sure what his big problem is | 11:50 |
*** alteriks has joined #openstack-kolla | 11:50 | |
Pavo | but I can disable murano | 11:50 |
bjolo | Pavo, you dont need cinder for storage to start with | 11:50 |
Pavo | oh ok | 11:50 |
bjolo | openstack can work with just glance and nova | 11:50 |
Pavo | ok commited those out | 11:51 |
openstackgerrit | Steven Dake proposed openstack/kolla: Set the license field in pip https://review.openstack.org/392576 | 11:51 |
pmisiak | hi guys | 11:51 |
*** dwalsh has quit IRC | 11:51 | |
bjolo | also reset to default external vip | 11:51 |
bjolo | kolla_external_vip_address: "{{ kolla_internal_vip_address }}" | 11:51 |
Pavo | ok | 11:51 |
pmisiak | what is the best way to backup mysql galera in Kolla? | 11:51 |
pmisiak | should I use xtrabackup and stream the data out of container? | 11:52 |
sdake_ | pbourke he is butthurt that heat steamrolled juju | 11:52 |
bjolo | pmisiak, good question. we started to have discussions around that at the summit | 11:52 |
bjolo | Pavo, eth1 | 11:52 |
Pavo | ? | 11:52 |
bjolo | Pavo, do you have one untagged network on that | 11:53 |
sdake_ | vbel reason why ip_forward removed is unknwon | 11:53 |
bjolo | or are they all tagged | 11:53 |
sdake_ | git does a terrible job of blame on removed lines | 11:53 |
Pavo | not on eth1 but can use a native vlan is needed | 11:53 |
Pavo | right now its just a trunk for all vlans bjolo | 11:53 |
bjolo | pmisiak, https://blueprints.launchpad.net/kolla/+spec/database-backup-recovery | 11:53 |
pmisiak | bjolo: thanks | 11:54 |
bjolo | Pavo, ok. can you make one vlan untagged? | 11:54 |
*** dwalsh has joined #openstack-kolla | 11:54 | |
bjolo | lets start with one external provider network first | 11:54 |
Pavo | which one do you suggest? NodeMGT or Internet bjolo | 11:54 |
Pavo | ok so Internet as native vlan | 11:54 |
bjolo | well lets not put this on internet first thing | 11:56 |
bjolo | i dont quite get your picture to be honest | 11:56 |
Pavo | well my Internet vlan isn't public, its NAT | 11:56 |
bjolo | ok | 11:56 |
Pavo | well I can make ajustments | 11:56 |
Pavo | adjustments* | 11:56 |
bjolo | how many provider networks are you aiming for? | 11:57 |
pmisiak | bjolo: i walked through the same links :) | 11:57 |
Pavo | well I want to use all Provider nets as vlans and thinking around 20 | 11:57 |
pmisiak | bjolo: garbd with xtrabackup SST is most promising for me | 11:58 |
bjolo | take 1 ip range and put that on a vlan untagged on eth1 on your compute and controller nodes | 11:58 |
sdake_ | https://hub.docker.com/u/kolla/ | 11:58 |
sdake_ | toolbox container pulled 10k+ times | 11:58 |
vbel | sdake_, I try to buzz neutron folks :) | 11:58 |
sdake_ | thats alot | 11:58 |
bjolo | actually just your network node should be fine unless you use dvr | 11:59 |
Pavo | not using dvr | 11:59 |
Pavo | so I need to add another Trunk for Compute also roght? | 11:59 |
sdake_ | 3.6k pulls on nova-compute | 12:00 |
Pavo | and have native vlan the same as the Network node | 12:00 |
pmisiak | sdake_: question is how many build its own images and do not touch docker hub, but those counters looks very promissing | 12:01 |
Pavo | like this bjolo https://www.gliffy.com/go/publish/11309187 | 12:01 |
sdake_ | pmisiak right - what that means to me is atleast 3.6k people got an operational environment (because compute is one of the last things to load) rather 3.6k / number of triese | 12:02 |
sdake_ | the nubmer of tries is what the toolbox container would tell us | 12:02 |
*** dwalsh has quit IRC | 12:02 | |
bjolo | Pavo, dont do trunk for now on eth1 | 12:03 |
Pavo | ok | 12:03 |
bjolo | just put it on seperate vlan | 12:03 |
bjolo | and a gw IP on the switch | 12:03 |
Pavo | done | 12:04 |
bjolo | in your globals.yml you have 192.168.2.100 as external vip | 12:04 |
bjolo | on what interface is that in the picture? | 12:04 |
Pavo | https://www.gliffy.com/go/publish/11309187 | 12:05 |
Pavo | it would be on Internet vlan | 12:05 |
Pavo | which is IP range 192.168.2.0/24 | 12:05 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla: Clean up docs around local registry https://review.openstack.org/392583 | 12:06 |
bjolo | Pavo, whats the IPs on the hosts | 12:09 |
bjolo | Pavo, you only need 2 networks to get started | 12:10 |
openstackgerrit | Vladislav Belogrudov proposed openstack/kolla: Allow flexibility in mysql backend for ceilometer https://review.openstack.org/392111 | 12:10 |
Pavo | for NodeMGT I have Controller as 192.168.4.3 Compute as 192.168.4.4 Deployer as 192.168.4.2 | 12:10 |
Pavo | for OpenStack API I have Controller 192.168.3.3 Compute 192.168.3.4 | 12:11 |
bjolo | ok i would put my kolla_internal_vip_address on this network as well | 12:11 |
Pavo | yeah thats what I was thinking also since kolla_internal_vip_address would be used for administration I would assume | 12:12 |
bjolo | exactly | 12:12 |
Pavo | and kolla_external_vip_address would be used for User Access | 12:13 |
Pavo | correct? | 12:13 |
bjolo | pmisiak, i quess the real question is not how to take the backup, but how to restore from it :) | 12:13 |
bjolo | how do we get a backup into the kolla containers? | 12:13 |
bjolo | yes, but external and internal can be the same at this point | 12:14 |
Pavo | ok | 12:14 |
*** ishu has quit IRC | 12:14 | |
bjolo | kolla_external_vip_address: "{{ kolla_internal_vip_address }}" | 12:15 |
*** pprokop has joined #openstack-kolla | 12:15 | |
bjolo | Pavo, what is the nic name for node mgmt? | 12:15 |
Pavo | ummm | 12:16 |
Pavo | like eth5 or something | 12:16 |
*** dwalsh has joined #openstack-kolla | 12:16 | |
bjolo | in the picture it only says 1Gb node MGMT | 12:16 |
Pavo | eth 0 and eth1 are 10Gb | 12:16 |
Pavo | yeah because I didn't know which one it was lol | 12:16 |
bjolo | the thing is that in a small setup, you dont really need to go above 2 networks | 12:16 |
bjolo | actually i should say 1 network | 12:16 |
bjolo | for the control plane | 12:17 |
Pavo | I agree but this is more of a PoC for a much larger scale | 12:17 |
bjolo | then how many external networks you want for floating is up to you | 12:17 |
bjolo | i hear ya :) | 12:17 |
bjolo | but anyway | 12:17 |
*** eaguilar has joined #openstack-kolla | 12:17 | |
Pavo | ok build done | 12:17 |
bjolo | unfortunately you are using the 1Gb network for everything right now, so it will impact performance | 12:18 |
bjolo | but it should work | 12:18 |
Pavo | ok | 12:18 |
bjolo | have you updated globals.yml? | 12:18 |
Pavo | yes | 12:19 |
*** zhubingbing has quit IRC | 12:19 | |
bjolo | paste it | 12:19 |
Pavo | http://pastebin.com/W7BhvNQY | 12:19 |
Pavo | opps | 12:19 |
Pavo | forgot to put kolla_internal_vip_address as 192.168.4.100 | 12:20 |
bjolo | right | 12:20 |
bjolo | just spotted that :) | 12:20 |
bjolo | so what about images | 12:20 |
bjolo | have you built your own? | 12:20 |
Pavo | ok here is globals | 12:20 |
Pavo | http://pastebin.com/LXDX77AM | 12:20 |
Pavo | yes just got done building them | 12:20 |
*** ishu has joined #openstack-kolla | 12:20 | |
sdake_ | pbourke https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=ubuntu-source&starCount=0 | 12:21 |
sdake_ | pbourke thats ubuntu source stats | 12:21 |
sdake_ | pbourke which shows a strong bias to whatever the default is | 12:21 |
bjolo | what tag did you put on them? | 12:22 |
Pavo | didn't put a tag it defaulted to 3.0.1 | 12:22 |
bjolo | ok it is good practice to use the 4th number for your own versioning | 12:22 |
sdake_ | https://hub.docker.com/r/rbbratta/centos-source-mongodb/ | 12:23 |
Pavo | what would be the cmd for that? | 12:23 |
sdake_ | pavo --tag - but i think that is busted | 12:23 |
sdake_ | pavo don't worry about it for now | 12:23 |
Pavo | ok | 12:23 |
bjolo | so when you build, use for example kolla-build --tag 3.0.1.1 | 12:23 |
Pavo | rgr | 12:23 |
sdake_ | bjolo --tag is broken i think ;) | 12:23 |
bjolo | sdake_, busted? | 12:23 |
sdake_ | doesn't work for me | 12:24 |
Pavo | yeah we had some issues with it a few days ago | 12:24 |
sdake_ | didn't work for pavo | 12:24 |
bjolo | hmm need to check, i use that all the time when i build | 12:24 |
bjolo | anyway, as sdake said. dont worry about it | 12:24 |
Pavo | ok so whats next? | 12:24 |
sdake_ | i put it in 3.0.2 as sooon as some python wizard who broke it fixes it | 12:24 |
bjolo | prechecks! | 12:24 |
*** fguillot has joined #openstack-kolla | 12:25 | |
bjolo | kolla-ansible -i <inventory file> prechecks | 12:25 |
Pavo | ok one sec gotta redo multinode | 12:25 |
bjolo | yeah paste your inventory file as well so we can take a look at that one | 12:25 |
Pavo | ok | 12:25 |
Pavo | have to use dropbox out of free paste on pastebin lol | 12:27 |
Pavo | https://www.dropbox.com/s/y71rcibgxzwo3bk/multinode?dl=0 | 12:27 |
bjolo | you can use paste.openstack.org | 12:28 |
Pavo | http://paste.openstack.org/show/587634/ | 12:28 |
bjolo | nice hostnames. very descriptive | 12:29 |
Pavo | lol | 12:29 |
Pavo | ty | 12:29 |
bjolo | run prechecks | 12:29 |
*** pprokop has quit IRC | 12:30 | |
bjolo | you have DNS resolving those or do you use /etc/hosts file | 12:30 |
sdake_ | bjolo they resolve | 12:30 |
Pavo | using /etc/hosts | 12:30 |
sdake_ | btw, i just pushed 3.0.1 centos binary images | 12:31 |
Pavo | but I have the deployer /etc/hosts file copied over to nodes | 12:31 |
bjolo | ok good | 12:31 |
*** jtriley has quit IRC | 12:31 | |
Pavo | prechecks done | 12:31 |
sdake_ | pavo did bootstrap not work out for ya? | 12:31 |
bjolo | all good? | 12:31 |
Pavo | yeah it did but had to keygen and ssh copy-id first | 12:32 |
Pavo | bjolo all good no errors | 12:32 |
bjolo | sweet | 12:32 |
Pavo | now do pull? | 12:32 |
bjolo | i would do that | 12:32 |
bjolo | just to make sure that the docker rgy setup works and images are there | 12:32 |
Pavo | here is where I had errors yesterday | 12:32 |
bjolo | ok | 12:35 |
*** ishu has quit IRC | 12:36 | |
Pavo | ok pull done | 12:40 |
Pavo | deploy now? | 12:41 |
bjolo | sweet | 12:41 |
bjolo | yes | 12:41 |
bjolo | hit it! | 12:41 |
Pavo | *crosses fingers* | 12:42 |
bjolo | *should* work :) | 12:42 |
Pavo | well the issue I was having during deployment was br-ex wasn't being created | 12:43 |
Pavo | hoping that is fixed now | 12:43 |
bjolo | it is | 12:43 |
jmccarthy | Hmm ok quick question: | 12:44 |
jmccarthy | http://docs.openstack.org/developer/kolla/deploy-all-in-one-node.html has: git clone https://github.com/openstack/kolla | 12:44 |
jmccarthy | http://docs.openstack.org/developer/kolla/quickstart.html has: git clone https://git.openstack.org/openstack/kolla | 12:44 |
jmccarthy | I guess that the first one is out of date is it ? | 12:44 |
pbourke | jmccarthy: they're the same essentially | 12:44 |
openstackgerrit | chenyingnan proposed openstack/kolla: Fix typo in haproxy.cfg.j2 https://review.openstack.org/392621 | 12:45 |
*** jheroux has joined #openstack-kolla | 12:47 | |
*** eaguilar has quit IRC | 12:47 | |
openstackgerrit | chenyingnan proposed openstack/kolla: Fix typo in doc/bifrost.rst https://review.openstack.org/392625 | 12:48 |
Pavo | deployment done and br-ex is created | 12:50 |
Pavo | woot | 12:50 |
*** eaguilar has joined #openstack-kolla | 12:52 | |
*** schwicht has joined #openstack-kolla | 12:53 | |
*** ankit has joined #openstack-kolla | 12:53 | |
ankit | Iam installing kolla in a VM, can I give 'kolla_internal_vip_address' value as ip of my other vm in this network? | 12:55 |
*** dougs1 has quit IRC | 12:55 | |
awiddersheim | anyone able to help me get this merged? | 12:56 |
awiddersheim | https://review.openstack.org/#/c/388766/ | 12:56 |
openstackgerrit | Merged openstack/kolla: Fix gnocchi deploy https://review.openstack.org/392465 | 12:56 |
*** dougs1 has joined #openstack-kolla | 12:56 | |
alteriks | Hi all | 12:58 |
ankit | hii | 12:58 |
ankit | alteriks, can u help me out | 12:59 |
alteriks | ankit, I'm rather new to kolla and ansible, but you can ask. Maybe someone else will help you | 13:00 |
*** f13o has quit IRC | 13:00 | |
*** f13o has joined #openstack-kolla | 13:01 | |
*** sdake has joined #openstack-kolla | 13:01 | |
ankit | ok thanks alteriks | 13:02 |
openstackgerrit | Merged openstack/kolla: Unpin ARA, update callback location https://review.openstack.org/390030 | 13:03 |
*** schwicht has quit IRC | 13:03 | |
openstackgerrit | Merged openstack/kolla: Add blocks to customize RHEL package installation https://review.openstack.org/388766 | 13:04 |
*** sdake_ has quit IRC | 13:04 | |
*** sameer has quit IRC | 13:06 | |
*** schwicht has joined #openstack-kolla | 13:07 | |
*** haplo37_ has quit IRC | 13:07 | |
*** pprokop has joined #openstack-kolla | 13:08 | |
*** haplo37_ has joined #openstack-kolla | 13:09 | |
Pavo | bjolo and sdake thanks for your help, gotta head to work now | 13:10 |
Pavo | seems like its working | 13:10 |
Pavo | will do further testing after work | 13:10 |
Pavo | cya laters | 13:10 |
Serlex | hi, any ideas which container I should watch for instance migrations? | 13:14 |
sdake | nova-ssh does that | 13:14 |
sdake | Serlex i believe you must have ceph enabled but not certain | 13:15 |
*** jtriley has joined #openstack-kolla | 13:15 | |
*** coolsvap has quit IRC | 13:18 | |
Serlex | ok thanks, I do have ceph enabled, trying cold migration to another compute node, seems to take forever, can't see any errors or warnings | 13:18 |
sdake | nova-ssh is involved in that | 13:18 |
sdake | not sure how | 13:18 |
sdake | Jeffrey4l is the guy to talk to :) | 13:18 |
Jeffrey4l | sdake sup | 13:18 |
sdake | Jeffrey4l serlex has a Q about migration | 13:19 |
Serlex | I see...I think compute nodes need to have SSH key configured between them | 13:19 |
Jeffrey4l | Serlex, np. what's it? | 13:19 |
Serlex | hi Jeffrey4l | 13:19 |
Jeffrey4l | Serlex, hi | 13:19 |
sdake | Serlex pretty sure they dont- the keys go in the container | 13:19 |
Jeffrey4l | nova need use ssh/rsync to copy the vm disk between nodes. | 13:19 |
Jeffrey4l | Serlex, the keys are configured in nova-ssh container already. Serlex | 13:20 |
Serlex | ok thanks, I see it | 13:21 |
Serlex | I was trying to see the real progress of cold migration, taking a while with my setup | 13:21 |
Jeffrey4l | OK. | 13:22 |
sdake | Serlex is ther eno progress indicator? | 13:24 |
sdake | Serlex are you on gige or better in your internal network? | 13:25 |
*** matrohon has joined #openstack-kolla | 13:25 | |
*** CBR09 has joined #openstack-kolla | 13:26 | |
*** absubram has joined #openstack-kolla | 13:30 | |
sdake | selinux works | 13:30 |
sdake | where is it documented it does not? | 13:30 |
*** ssurana has joined #openstack-kolla | 13:33 | |
*** schwicht has quit IRC | 13:33 | |
sdake | pbourke ping | 13:35 |
Serlex | sdake: "Resizing or Migrating" is the only status I can see. I'm running VMs on a single box that I can afford | 13:35 |
sdake | your migrating to the same box? | 13:37 |
sdake | I wouldn't expect that to work | 13:37 |
sdake | are you running in vms? | 13:37 |
*** jtriley_ has joined #openstack-kolla | 13:38 | |
*** jtriley has quit IRC | 13:41 | |
*** sdake_ has joined #openstack-kolla | 13:42 | |
vbel | sdake, that seems to be bm box for vm openstack :) | 13:43 |
*** sdake has quit IRC | 13:44 | |
*** schwicht has joined #openstack-kolla | 13:47 | |
*** sdake has joined #openstack-kolla | 13:48 | |
*** sdake_ has quit IRC | 13:50 | |
*** LamT__ has joined #openstack-kolla | 13:51 | |
*** f13o_ has joined #openstack-kolla | 13:52 | |
*** neilus has joined #openstack-kolla | 13:54 | |
*** f13o has quit IRC | 13:55 | |
alteriks | Has anyone experienced rather long times running kolla-ansible reconfigure? I'm running kolla 3.0.0 on 1 compute node and 3 controllers. I've used '-t ceph' as I'm trying to deploy new ceph.conf | 13:55 |
alteriks | still reconfigure runs for 25minutes or almost 10minutes if I disable serial | 13:56 |
Serlex | sdake, I'm running a cluster of 6 VMs inside a baremetal | 13:57 |
*** MarMat has joined #openstack-kolla | 13:57 | |
alteriks | I'm seeing that all tasks are being launched which aren't connected to ceph ie memcache, ironic | 13:58 |
*** neilus has quit IRC | 13:58 | |
*** msimonin has quit IRC | 14:01 | |
sdake | Serlex ya - that will be pokey | 14:04 |
sdake | alteriks why would memcache or ironic connect to ceph? | 14:04 |
sdake | alteriks the only services which have ceph enablement at this time are cinder, nova, and glance | 14:05 |
*** msimonin has joined #openstack-kolla | 14:07 | |
pmisiak | alteriks: you can add -e common_run=yes | 14:09 |
pmisiak | to skip comman containers tasks | 14:10 |
Serlex | roger | 14:10 |
alteriks | sdake, http://paste.fedoraproject.org/468142/9574714/ that's output from time ansible-playbook -i multinode -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla --tags ceph -e action=reconfigure /usr/share/kolla/ansible/site.yml | 14:10 |
alteriks | pmisiak, thx will try that | 14:11 |
*** bjolo_ has joined #openstack-kolla | 14:12 | |
pmisiak | alteriks: but I think gathering facts is the biggest time consumer here | 14:14 |
pmisiak | because ansible does not disable other roles it walk through them and skip every task not matching specified tag | 14:15 |
alteriks | pmisiak, ansible-playbook failse with '-e common_run=yes' early on task 'ceph : Ensuring the ceph_mon container is up' while checking first host | 14:21 |
alteriks | and ceph_mon is up :/ | 14:22 |
*** ankit has quit IRC | 14:25 | |
*** sdake_ has joined #openstack-kolla | 14:25 | |
denaitre | hey guys | 14:28 |
portdirect | hey is anyone using barbican in kolla? The containers need an update to reflect the current state of the project (on it..) but I'm aslo hitting a race condition where if the api and worker containers start simultaneously they fight over managing the db. This is beasue unlike other openstack projects they insist upon running some db management taks each time the serive is started, devstack gets round this by rinning 'sleep 10' between starting | 14:28 |
portdirect | the api and other processes but I dont think we can (or should) do this with either kolla-ansible or kolla-kube? | 14:29 |
*** sdake has quit IRC | 14:29 | |
denaitre | when not specified, is the tag used for pushing images fetched from the value of "openstack_release" (which is set in 'ansible/group_vars/all.yml') | 14:32 |
denaitre | I'm having an issue for I fetch the code from stable/newton (which should be 3.0.1 now) and images are pushed with the following tag: 3.0.2 | 14:33 |
*** zhubingbing_ has joined #openstack-kolla | 14:35 | |
zhubingbing_ | hello | 14:37 |
zhubingbing_ | guys | 14:37 |
*** TxGirlGeek has joined #openstack-kolla | 14:41 | |
*** mgoddard_ has joined #openstack-kolla | 14:47 | |
*** jtriley_ has quit IRC | 14:47 | |
*** jtriley has joined #openstack-kolla | 14:47 | |
sdake_ | portdirect barbican is new in newton, so it could be buggy | 14:49 |
*** mgoddard has quit IRC | 14:50 | |
*** papacz has quit IRC | 14:51 | |
openstackgerrit | Merged openstack/kolla: Add kuryr to precheck https://review.openstack.org/378375 | 14:52 |
*** TxGirlGeek has quit IRC | 14:52 | |
*** mgoddard_ has quit IRC | 14:53 | |
*** mgoddard_ has joined #openstack-kolla | 14:53 | |
*** papacz has joined #openstack-kolla | 14:53 | |
*** dougs1 has quit IRC | 14:53 | |
*** dougs1 has joined #openstack-kolla | 14:55 | |
portdirect | sdake_: cheers, the problems are barbican's I think - as when using anything other that the AIO implementation of the api, this race can occur regardless of deployment platform/method - I'll pop over there and see if I can get some input and see what's going on: https://github.com/openstack/barbican/blob/stable/newton/devstack/lib/barbican#L185 | 14:58 |
*** dwalsh has quit IRC | 15:00 | |
portdirect | (this race occurs regardless of the db state on restarting the processes) | 15:01 |
*** TxGirlGeek has joined #openstack-kolla | 15:01 | |
openstackgerrit | Andrew Widdersheim proposed openstack/kolla: Allow cinder-volume to be configured to use NFS https://review.openstack.org/279913 | 15:02 |
*** mgoddard_ has quit IRC | 15:02 | |
*** mgoddard has joined #openstack-kolla | 15:02 | |
*** pprokop has quit IRC | 15:02 | |
*** goldyfruit has quit IRC | 15:04 | |
*** rhallisey has quit IRC | 15:07 | |
*** srwilkers has joined #openstack-kolla | 15:08 | |
*** rhallisey has joined #openstack-kolla | 15:08 | |
*** matrohon has quit IRC | 15:09 | |
*** dwalsh has joined #openstack-kolla | 15:16 | |
*** Mech422 has joined #openstack-kolla | 15:19 | |
Mech422 | Morning guys! | 15:19 |
Mech422 | Figured I'd come by and see if ya needed some testing of the new release stuff ? | 15:19 |
*** mark-casey1 has joined #openstack-kolla | 15:21 | |
mark-casey1 | hey guys. anyone know the python-openstack equivalent of 'neutron router-gateway-set'? | 15:22 |
*** goldyfruit has joined #openstack-kolla | 15:23 | |
mark-casey1 | I haven't tried super hard quite yet but rtfm and googling has initially failed me | 15:23 |
mark-casey1 | (by python-openstack I mean 'os router' type commands) | 15:24 |
*** alteriks has quit IRC | 15:27 | |
*** haplo37 has quit IRC | 15:33 | |
Mech422 | mark-casey1: day after lagg, everyone recuperating ? | 15:35 |
*** g3ek has quit IRC | 15:36 | |
mark-casey1 | Mech422: :D I assume | 15:37 |
*** harlowja_at_home has joined #openstack-kolla | 15:38 | |
*** g3ek has joined #openstack-kolla | 15:39 | |
*** neilus has joined #openstack-kolla | 15:39 | |
*** haplo37 has joined #openstack-kolla | 15:42 | |
*** eaguilar has quit IRC | 15:43 | |
*** eaguilar has joined #openstack-kolla | 15:44 | |
mark-casey1 | ah. found it. in answer to my question: I don't think that support has quite landed in OSC https://review.openstack.org/#/c/357973 | 15:56 |
*** dwalsh has quit IRC | 15:56 | |
*** sdake_ has quit IRC | 15:56 | |
*** sdake has joined #openstack-kolla | 15:57 | |
*** vbel has quit IRC | 15:59 | |
*** sdake_ has joined #openstack-kolla | 16:01 | |
*** srwilkers has quit IRC | 16:01 | |
*** harlowja_at_home has quit IRC | 16:03 | |
*** sdake has quit IRC | 16:04 | |
*** mgoddard_ has joined #openstack-kolla | 16:07 | |
*** v1k0d3n has joined #openstack-kolla | 16:09 | |
*** mgoddard has quit IRC | 16:10 | |
*** mmoster has joined #openstack-kolla | 16:12 | |
*** ssurana has quit IRC | 16:15 | |
*** srwilkers has joined #openstack-kolla | 16:16 | |
*** CBR09 has left #openstack-kolla | 16:16 | |
g3ek | inc0: Do you know how I could add a jinja2 variable in the Dockerfile.j2? I tried to add a variable in /etc/oslo-config-generator/kolla-build.conf, but when I added in the code the use of the variable it say : oslo_config.cfg.NoSuchOptError: no such option jenkins_url in group [DEFAULT] | 16:26 |
*** goldyfruit has quit IRC | 16:30 | |
*** bjolo_ has quit IRC | 16:31 | |
*** zhubingbing_ has quit IRC | 16:32 | |
sdake_ | adding variables - not sure we thought thru that use case | 16:32 |
mark-casey1 | sdake_: out of curiosity how do you even define those vars when using j2 outside of Ansible? I've only ever used jinja with the 'template:' module | 16:34 |
*** oxkipo has joined #openstack-kolla | 16:35 | |
mark-casey1 | at least... last I checked Kolla didn't do that via Ansible | 16:35 |
*** ayoung has quit IRC | 16:40 | |
oxkipo | Hi I have deployed openstack with kolla and I have enabled murano but I cannot see it in the horizon dashboard | 16:44 |
pbourke | oxkipo: the murano dashboard needs to be enabled separately using template overrides (http://docs.openstack.org/developer/kolla/image-building.html#plugin-functionality) | 16:46 |
pbourke | oxkipo: we'll make this easier in ocata | 16:47 |
oxkipo | pbourke: what do I need to add to the configurations? | 16:47 |
oxkipo | pbourke: also how do I add magnum to dashboard? | 16:50 |
pbourke | oxkipo: first read the link I pasted you above if not already, then you can try the following http://paste.openstack.org/show/587669/ | 16:51 |
pbourke | oxkipo: sorry I would walk you through it in more detail but right now just dont have the time | 16:51 |
oxkipo | pbourke: ok | 16:51 |
oxkipo | how do I fix this error? | 16:51 |
oxkipo | ERROR! The conditional check 'linuxbridge_agent_container_states.Running == false | 16:51 |
pbourke | can you pastebin the full error? | 16:52 |
*** LamT__ has quit IRC | 16:52 | |
oxkipo | http://paste.openstack.org/show/587670/ | 16:52 |
pbourke | oxkipo: hmm can you try re-running with -vvv | 16:54 |
*** f13o_ has quit IRC | 16:54 | |
oxkipo | ok its running, will paste the error when it fails | 16:55 |
oxkipo | http://paste.openstack.org/show/587671/ | 16:56 |
*** srwilkers has quit IRC | 16:59 | |
*** goldyfruit has joined #openstack-kolla | 17:00 | |
oxkipo | pbourke: do I need to nuke and rebuild the cloud? | 17:01 |
*** LamT__ has joined #openstack-kolla | 17:02 | |
*** mgoddard has joined #openstack-kolla | 17:02 | |
*** mgoddard_ has quit IRC | 17:02 | |
*** pprokop has joined #openstack-kolla | 17:03 | |
pbourke | oxkipo: if that's an option it might be easier. I think its something to do with the fact the linuxbridge_agent container may not exist | 17:04 |
*** steve-noyes has quit IRC | 17:04 | |
pbourke | but im not hugely experienced with the ins and outs of reconfigure | 17:04 |
pbourke | Jeffrey4l may know | 17:05 |
*** sdake has joined #openstack-kolla | 17:05 | |
*** sdake_ has quit IRC | 17:06 | |
*** dwalsh has joined #openstack-kolla | 17:08 | |
oxkipo | pbourke: Im nuking the cloud | 17:08 |
*** msimonin has quit IRC | 17:09 | |
*** ssurana has joined #openstack-kolla | 17:17 | |
pbourke | guys does anyone know if neutron-fwaas runs as it's own service or if not which part of neutron does it plug into | 17:18 |
*** harlowja has quit IRC | 17:21 | |
*** mmoster has quit IRC | 17:26 | |
*** sdake has quit IRC | 17:28 | |
*** msimonin has joined #openstack-kolla | 17:28 | |
*** msimonin has quit IRC | 17:30 | |
*** Marcellin__ has joined #openstack-kolla | 17:30 | |
*** msimonin has joined #openstack-kolla | 17:30 | |
*** msimonin has left #openstack-kolla | 17:31 | |
openstackgerrit | prameswar proposed openstack/kolla: package websockify added to nova-spice as dependency https://review.openstack.org/392896 | 17:31 |
*** shardy has quit IRC | 17:36 | |
*** fragatina has quit IRC | 17:40 | |
pbourke | my current understanding is it acts as an extension to neutron-server for the api bit and to neutron-l3-agent for the firewall | 17:41 |
*** neilus has quit IRC | 17:41 | |
*** sdake has joined #openstack-kolla | 17:44 | |
*** harlowja has joined #openstack-kolla | 17:44 | |
*** tonanhngo has joined #openstack-kolla | 17:49 | |
*** sdake has quit IRC | 17:50 | |
*** athomas has quit IRC | 17:50 | |
*** sdake has joined #openstack-kolla | 17:50 | |
*** athomas has joined #openstack-kolla | 17:51 | |
oxkipo | pbourke: I have redeployed the cloud and still I cannot access the instance | 17:51 |
pbourke | oxkipo: you mean the dashboard? | 17:51 |
oxkipo | I cannot ping it from the cli | 17:52 |
portdirect | oxkipo: can you get vnc tothe instance? | 17:55 |
oxkipo | yes | 17:55 |
portdirect | ok, can you ping out from there? | 17:56 |
oxkipo | google dns? | 17:56 |
portdirect | anything you think you should be able to from that instance. | 17:57 |
portdirect | like the ip of the router | 17:57 |
harlowja | sdake is there any recommended version of docker that kolla expects (may be in docs, but wanted to see if u knew) | 17:58 |
sdake | harlowja 1.10.0+ seems to work well | 17:58 |
sdake | harlowja i try all different kinds of versions at various points | 17:58 |
oxkipo | cannot ping google.com | 17:58 |
sdake | haven't tried the 12.2 version yet | 17:58 |
oxkipo | from the instance | 17:58 |
harlowja | all the versions! | 17:58 |
harlowja | lol | 17:58 |
sdake | harlowja at this point in time we do not have an upper constraint on docker-engine | 17:59 |
sdake | just a lower constraint | 17:59 |
harlowja | k | 17:59 |
sdake | if we wer eto run into an upper constraint, we would fix it in our docker module | 17:59 |
sdake | thats why we have our own docker module ;) | 17:59 |
oxkipo | Im on latest docker 1.12.3 and networking isn't working for me | 18:00 |
*** srwilkers has joined #openstack-kolla | 18:01 | |
*** Jeffrey4l has quit IRC | 18:02 | |
oxkipo | please may someone help me with networking? | 18:04 |
*** haplo37_ has quit IRC | 18:05 | |
harlowja | sdake when is that ansible split off happening? | 18:07 |
sdake | harlowja well i am waiting on 3 patches to merge | 18:07 |
harlowja | ah | 18:07 |
harlowja | k | 18:07 |
sdake | harlowja then i will do the work | 18:07 |
harlowja | cool | 18:07 |
portdirect | we are trying, please ping your neutron router from the vm, if that works then make sure that you have ICMP and port 22 open in the default secuirty group. | 18:07 |
sdake | then both the tc and infra need to approve th work | 18:07 |
harlowja | ya, fun fun | 18:07 |
sdake | the work itself takes about 1 hr | 18:08 |
harlowja | :) | 18:08 |
sdake | plus 6-8 hrs after the repo addition | 18:08 |
sdake | rhallisey you around? | 18:08 |
*** haplo37_ has joined #openstack-kolla | 18:08 | |
*** srwilkers has quit IRC | 18:08 | |
sdake | needs an ack: https://review.openstack.org/#/c/386763/ | 18:08 |
sdake | needs an ack: https://review.openstack.org/#/c/386764/ | 18:09 |
sdake | needs an ack: https://review.openstack.org/#/c/392576/ | 18:09 |
sdake | i'll do the work today once those 3 patches merge | 18:09 |
sdake | harlowja plus some patch merging after the creation of kolla-kubernetes repo itself | 18:10 |
sdake | harlowja plus some gate fixup | 18:10 |
harlowja | right right | 18:10 |
harlowja | the usual :-P | 18:10 |
sdake | harlowja i'd give it a couple weeks clock time | 18:10 |
harlowja | damn | 18:10 |
harlowja | lol | 18:10 |
sdake | may be faster - depends on infra and tc mostly | 18:10 |
*** tonanhngo has quit IRC | 18:10 | |
sdake | i may miss deadline for addition of the repo to the tc | 18:11 |
pbourke | oxkipo: that is likely more of a neutron config issue than kolla. I have to go now but if you pastebin some of your configs I'll take a look tomorrow or maybe someone else can help before then | 18:11 |
sdake | if those patches i submitted get merged, i probably wont miss the deadline | 18:11 |
*** athomas has quit IRC | 18:11 | |
oxkipo | what configs do I need to paste here? | 18:12 |
oxkipo | be here in an hour | 18:14 |
portdirect | pbourke: fwass runs as a seperate process | 18:16 |
openstackgerrit | prameswar proposed openstack/kolla: nova-spicehtml5proxy dependency package added https://review.openstack.org/392896 | 18:17 |
*** openstackgerrit has quit IRC | 18:18 | |
*** openstackgerrit has joined #openstack-kolla | 18:18 | |
portdirect | pbourke, at leat v1 dis , i think v2 is implemented through the l2 and l3 agents | 18:18 |
*** oxkipo has quit IRC | 18:19 | |
*** srwilkers has joined #openstack-kolla | 18:26 | |
*** v1k0d3n has quit IRC | 18:30 | |
*** MarMat has quit IRC | 18:33 | |
*** MarMat has joined #openstack-kolla | 18:33 | |
*** neilus has joined #openstack-kolla | 18:33 | |
rhallisey | sdake, yo | 18:34 |
sdake | rhallisey scroll up and ack plz | 18:34 |
openstackgerrit | Pete Birley proposed openstack/kolla: Barbican: Fix race condition when starting processes simultaneously https://review.openstack.org/392927 | 18:34 |
sdake | the faster we get this don ethe less the repos will be blocked | 18:34 |
openstackgerrit | Pete Birley proposed openstack/kolla: Barbican: Fix race condition when starting processes simultaneously https://review.openstack.org/392927 | 18:35 |
openstackgerrit | Merged openstack/kolla: Set the license field in pip https://review.openstack.org/392576 | 18:37 |
openstackgerrit | Merged openstack/kolla: Revert "Move RDO to Newton branches" https://review.openstack.org/386764 | 18:38 |
openstackgerrit | Merged openstack/kolla: Revert "Build source from Newton rather then Master" https://review.openstack.org/386763 | 18:38 |
*** neilus has quit IRC | 18:38 | |
*** srwilkers has quit IRC | 18:40 | |
*** f13o_ has joined #openstack-kolla | 18:41 | |
*** v1k0d3n has joined #openstack-kolla | 18:42 | |
*** matrohon has joined #openstack-kolla | 18:50 | |
*** matrohon has quit IRC | 18:50 | |
*** portdirect is now known as portdirect_away | 18:51 | |
v1k0d3n | hello everyone. finally back from BCN. | 18:55 |
v1k0d3n | kfox1111: man, hated that you weren't at this summit. so many things being discussed this year. | 18:56 |
wirehead_ | heh | 18:57 |
*** jtriley has quit IRC | 19:00 | |
*** yuanying has quit IRC | 19:03 | |
*** lamt has joined #openstack-kolla | 19:04 | |
*** wirehead_ has quit IRC | 19:12 | |
*** wirehead_ has joined #openstack-kolla | 19:13 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla: WIP: Tacker NFV support https://review.openstack.org/389790 | 19:20 |
*** jtriley has joined #openstack-kolla | 19:24 | |
*** lamt has quit IRC | 19:27 | |
*** oxkipo has joined #openstack-kolla | 19:30 | |
*** eaguilar has quit IRC | 19:30 | |
openstackgerrit | Pete Birley proposed openstack/kolla: Barbican: Fix race condition when starting processes simultaneously https://review.openstack.org/392927 | 19:32 |
openstackgerrit | Pete Birley proposed openstack/kolla: Barbican: Fix race condition when starting procs simultaneously https://review.openstack.org/392927 | 19:32 |
*** eaguilar has joined #openstack-kolla | 19:33 | |
*** ayoung has joined #openstack-kolla | 19:34 | |
*** msimonin has joined #openstack-kolla | 19:37 | |
*** eaguilar_ has joined #openstack-kolla | 19:40 | |
*** eaguilar has quit IRC | 19:41 | |
*** Serlex has quit IRC | 19:44 | |
*** dave-mcc_ has joined #openstack-kolla | 19:47 | |
*** dave-mccowan has quit IRC | 19:48 | |
*** matrohon has joined #openstack-kolla | 19:54 | |
*** TxGirlGeek has quit IRC | 19:57 | |
*** openstack has joined #openstack-kolla | 19:58 | |
sdake | sup v1k0d3n | 20:00 |
oxkipo | Hi please may someone help me why my networking isnt working on a fresh kolla install? | 20:01 |
*** TxGirlGeek has joined #openstack-kolla | 20:03 | |
v1k0d3n | hey sdake | 20:09 |
v1k0d3n | what's up man | 20:09 |
oxkipo | please may someone help me? | 20:09 |
*** devananda has quit IRC | 20:12 | |
*** TxGirlGeek has quit IRC | 20:16 | |
*** TxGirlGeek has joined #openstack-kolla | 20:16 | |
*** openstackgerrit has quit IRC | 20:18 | |
*** openstackgerrit has joined #openstack-kolla | 20:18 | |
*** schwicht has quit IRC | 20:27 | |
oxkipo | please may someone help me with neutron? | 20:27 |
*** schwicht has joined #openstack-kolla | 20:29 | |
*** devananda has joined #openstack-kolla | 20:31 | |
*** eaguilar_ has quit IRC | 20:37 | |
*** eaguilar has joined #openstack-kolla | 20:40 | |
*** matrohon has quit IRC | 20:43 | |
*** matrohon has joined #openstack-kolla | 20:43 | |
sdake | sup v1k0d3n | 20:49 |
sdake | oxkipo could you be more specific | 20:49 |
sdake | oxkipo do you have your network setup properly? are you running in vm or bare metal? do you have two nics? | 20:49 |
sdake | oxkipo and are you using kolla 3.0.1 | 20:50 |
oxkipo | I have 2 nics and its running on bare metel | 20:50 |
oxkipo | no kolla 3.0.0 | 20:50 |
sdake | ok - kolla 3.0.0 has a defect | 20:50 |
sdake | which causes neutron bridges not to be created | 20:50 |
sdake | recommend upgrading to 3.0.1 | 20:51 |
oxkipo | ok | 20:51 |
sdake | not sure if a rebuild is required or not although the centos binary images and centos source images are on dockerhub | 20:51 |
*** matrohon has quit IRC | 20:51 | |
oxkipo | I have ubuntu from source | 20:51 |
sdake | you will have ot wipe out your deploymeant via kolla-ansible destroy | 20:51 |
*** matrohon has joined #openstack-kolla | 20:51 | |
oxkipo | yeah | 20:51 |
sdake | oxkipo i haven't built ubuntu from source yet | 20:51 |
sdake | so no shortcut on the image build unfortunately | 20:52 |
*** matrohon has quit IRC | 20:52 | |
oxkipo | from what should I build? source or binary | 20:52 |
*** matrohon has joined #openstack-kolla | 20:52 | |
sdake | https://www.skotcher.com/wall/f300b886a001ea4237a18522a7f91d51/fire-smoke-tire.jpg | 20:52 |
sdake | oxkipo if your using ubuntu i'd use source at this time | 20:53 |
oxkipo | ok | 20:53 |
oxkipo | going to nuke cloud | 20:53 |
sdake | centos - source or binary work fine | 20:53 |
*** matrohon has quit IRC | 20:53 | |
*** matrohon has joined #openstack-kolla | 20:53 | |
oxkipo | what about ubuntu because I prefer it | 20:56 |
openstackgerrit | Steven Dake proposed openstack/kolla: TEST OF GATE - DNM https://review.openstack.org/392963 | 20:56 |
openstackgerrit | Steven Dake proposed openstack/kolla: TEST OF MITAKA _ DNM https://review.openstack.org/392964 | 20:58 |
sdake | oxkipo ubuntu source works best on ubuntu platforms | 20:58 |
sdake | oxkipo run pip show kolla when done | 20:59 |
oxkipo | ok because I have ubuntu 16.04.1 on host | 20:59 |
sdake | and make sure it says 3.0.1 | 20:59 |
sdake | 16.04.z is good to go for newton+ | 20:59 |
oxkipo | kolla is Version: 3.0.0.0rc3.dev254 | 20:59 |
sdake | you installed from git | 20:59 |
sdake | run sudo pip uninstall kolla | 21:00 |
sdake | then run sudo pip install kolla | 21:00 |
oxkipo | ok | 21:00 |
sdake | then run sudo pip show kolla | 21:00 |
oxkipo | empty | 21:00 |
sdake | after sudo pip install kolla? | 21:00 |
*** gfidente has quit IRC | 21:00 | |
oxkipo | ok got 3.0.1 | 21:01 |
oxkipo | do I need to do anything else before build? | 21:01 |
sdake | you will want to wipe out your images as well in the docker caches on each node | 21:01 |
oxkipo | did that | 21:01 |
*** matrohon has quit IRC | 21:01 | |
sdake | ssh into one of your deploy targets such as a controller | 21:01 |
sdake | and run docker images | 21:02 |
*** matrohon has joined #openstack-kolla | 21:02 | |
sdake | into paste plz | 21:02 |
oxkipo | so kolla-build? | 21:02 |
*** ipsecguy_ has joined #openstack-kolla | 21:02 | |
sdake | what is your registry server? | 21:02 |
oxkipo | I dont have one | 21:02 |
oxkipo | AIO | 21:02 |
sdake | kolla-build --type source --base ubuntu | 21:03 |
oxkipo | ok | 21:03 |
oxkipo | have time few minutes | 21:04 |
*** ipsecguy has quit IRC | 21:06 | |
*** neilus has joined #openstack-kolla | 21:13 | |
*** eaguilar has quit IRC | 21:18 | |
oxkipo | sdake: openstack is deploying | 21:21 |
sdake | ya thats what it does among other things :) | 21:22 |
*** sdake_ has joined #openstack-kolla | 21:23 | |
*** dave-mcc_ has quit IRC | 21:24 | |
v1k0d3n | sdake: sorry i keep missing ya... | 21:26 |
*** sdake has quit IRC | 21:27 | |
v1k0d3n | hopefully didn't miss a message from you earlier. | 21:28 |
sdake_ | sup | 21:29 |
*** jtriley has quit IRC | 21:29 | |
v1k0d3n | sup :) | 21:30 |
*** schwicht has quit IRC | 21:32 | |
v1k0d3n | this is like a bud commercial from the 90's.... | 21:32 |
v1k0d3n | waaazzzzzzzuuuuuppp! | 21:32 |
oxkipo | sdake: it still is not working | 21:35 |
oxkipo | I cannot ping the instance | 21:35 |
sdake_ | paste globals.yml plz | 21:36 |
sdake_ | oxkipo how is your second interface setup? | 21:36 |
sdake_ | is it routed to the internet | 21:36 |
oxkipo | can I paste my network interfaces file? | 21:36 |
sdake_ | thats not helpful for me as i'm not an ubuntu person | 21:36 |
sdake_ | your second network must be routeed to the internet to have internet access | 21:37 |
sdake_ | also you have to add a floating ip address on that ip address range | 21:37 |
sdake_ | init-runonce shows how to do this to some degree | 21:37 |
sdake_ | its a pain in teh ass to setup dual routing out of your home (where I assume your operating your aio) | 21:37 |
oxkipo | have 2nd interface to dhcp in my interface file? | 21:37 |
sdake_ | 2nd interface should be set to nothing | 21:37 |
sdake_ | here is an exmaple of centos | 21:37 |
sdake_ | http://paste.fedoraproject.org/468718/78122701/ -> http://paste.fedoraproject.org/468718/78122701 | 21:38 |
sdake_ | thats my network interface ^ | 21:38 |
sdake_ | neutron_network_interrface that is | 21:38 |
sdake_ | this is my network interface : http://paste.fedoraproject.org/468720/47812272/ -> http://paste.fedoraproject.org/468720/47812272 | 21:39 |
sdake_ | oxkipo are you able to connect to horizon? | 21:39 |
sdake_ | please paste /etc/kolla/globals.yml | 21:39 |
sdake_ | v1k0d3n summit went well | 21:39 |
oxkipo | strange because I have added the second interface to the interfaces file and it works | 21:39 |
sdake_ | v1k0d3n i think next up is determining how to make helm work the way we want it, and then making that happen | 21:40 |
sdake_ | and figuring out what type of kubernetes controllers we need to get the job done | 21:40 |
sdake_ | which are like plugins | 21:40 |
v1k0d3n | i agree | 21:40 |
oxkipo | let me try create projects and another networks in openstack | 21:40 |
v1k0d3n | i have a meeting with lachlan evenson to talk our team about how to develop helm charts. do you want the PTL's and cores to join us? | 21:40 |
sdake_ | oxkipo plase paste globals.yml - that will be emmesnly helpfu lfor me | 21:40 |
sdake_ | up to you - the problem with helm atm is as follows | 21:41 |
sdake_ | deploy glance deploy keystone - these both deploy independent databases | 21:41 |
sdake_ | our current architecture wants one database deployed not one per servcie | 21:42 |
v1k0d3n | yeah, we talked about this at the summit. basically the endpoint solution that was mentioned solves this problem. | 21:42 |
sdake_ | wich endpoint solution | 21:42 |
sdake_ | i wasn't there | 21:42 |
v1k0d3n | sorry entrypoint | 21:43 |
sdake_ | mind giving me a 90 second tldr :) | 21:44 |
v1k0d3n | rhallisey and inc0 are familiar with it. | 21:44 |
oxkipo | sdake_: https://gist.github.com/kristiandrucker/d7e951eeee276198f5478d05e0b835e4 | 21:44 |
sdake_ | oxkipo line 20 is wrong | 21:44 |
sdake_ | that should be 3.0.1 | 21:44 |
sdake_ | you are deploying 3.0.0 images | 21:44 |
oxkipo | btw forgot to fix that tag but the install is working perfectly for now | 21:44 |
sdake_ | i'm not sure how your cloud is standing up at all | 21:45 |
sdake_ | deployment will work but bridges will not be created | 21:45 |
sdake_ | prior yo uwere deploying a middle rc3 :) | 21:45 |
sdake_ | if only i could translate what is in my brain into documentation | 21:46 |
sdake_ | :( | 21:46 |
oxkipo | upgrading the cloud right now | 21:46 |
sdake_ | oxkipo dont upgrade - wipe out | 21:46 |
oxkipo | ok | 21:46 |
sdake_ | oxkipo 190 - is used by any other ip? | 21:46 |
*** jheroux has quit IRC | 21:46 | |
jascott1 | has anyone started messing with helm and openstack-helm? | 21:47 |
oxkipo | no its free | 21:47 |
sdake_ | jascott1 i thought you were doing that | 21:47 |
jascott1 | lol... i am but I am getting errors running the example | 21:48 |
jascott1 | YAML to JSON errors | 21:48 |
v1k0d3n | sdake_: https://github.com/stackanetes/kubernetes-entrypoint | 21:48 |
*** dwalsh has quit IRC | 21:48 | |
sdake_ | oxkipo neutron_external_interface enp4s0 is routed? | 21:48 |
jascott1 | I have changed nothing and the example doesnt work out of the box | 21:48 |
oxkipo | I have added it to interfaces and it worked | 21:48 |
jascott1 | bout to file issue but thought Id check to see if anyone else had tried it | 21:48 |
v1k0d3n | so sdake_ what's nice about entrypoint is that it solves the issue regardless if we use helm or not. | 21:50 |
v1k0d3n | however helm is the icing on the cake for operators. | 21:50 |
sdake_ | i think entrypoint is not compatible with our python setup.py | 21:51 |
sdake_ | so we would have to make them compatible | 21:51 |
v1k0d3n | do you think this can be done? | 21:52 |
v1k0d3n | if it can, then i believe the stackanetes effort would most likely just begin using kolla. | 21:53 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla: Updated from global requirements https://review.openstack.org/392735 | 21:54 |
sdake_ | anything is possible - fastest route would be to rewrite our setup.py in go | 21:54 |
sdake_ | maybe not fastest | 21:54 |
sdake_ | best | 21:54 |
sdake_ | so they are compatible with our JSON api and security model | 21:55 |
*** neilus has quit IRC | 21:56 | |
sdake_ | looking at this file: https://github.com/stackanetes/stackanetes/blob/master/neutron/manifest.jsonnet | 21:56 |
sdake_ | is thatis what is fed into the containers we are splitting out? | 21:56 |
v1k0d3n | yes, that is the sauce right there. | 21:57 |
*** neilus has joined #openstack-kolla | 21:57 | |
sdake_ | we already have sauce in this area | 21:58 |
sdake_ | so we would have to merge those two apis | 21:58 |
sdake_ | i tried to convince mirantis to do that | 21:58 |
sdake_ | but they think its a cookbook not an api | 21:58 |
v1k0d3n | was just on a call for kubernetes-openstack SIG and mirantis was specifically saying that want to leverage Kolla again and contribute back to kolla again. | 22:00 |
sdake_ | ya leverage | 22:00 |
v1k0d3n | meaning: using and contributing back to kolla again. | 22:01 |
v1k0d3n | maybe i used the wrong word. | 22:01 |
sdake_ | that isn't my definitino of leverage ;) | 22:01 |
v1k0d3n | wrong word :) | 22:01 |
v1k0d3n | i'm telling everyone to collaborate with us in kolla. | 22:01 |
v1k0d3n | :) | 22:01 |
rhallisey | hey | 22:02 |
sdake_ | wfm | 22:02 |
* rhallisey reads back | 22:02 | |
sdake_ | more = merrier | 22:02 |
sdake_ | no since having 4+ implementations of oenstack on k8s | 22:02 |
sdake_ | sense | 22:02 |
*** harlowja has quit IRC | 22:02 | |
v1k0d3n | well, as long as we can hopefully take some of their suggestions too. | 22:02 |
sdake_ | telling, asking, nothing has worked for me | 22:02 |
sdake_ | maybe you will be more successful | 22:03 |
*** schwicht has joined #openstack-kolla | 22:03 | |
v1k0d3n | the k8s-entrypoint was big to the coreos folks. i think mirantis is using that approach too. | 22:03 |
sdake_ | one thing i want to avoid is jamming a bunch of crap into the json api to make the deps work | 22:03 |
sdake_ | because that just makes it harder to use | 22:03 |
v1k0d3n | if we can use that, i think it would win more contributors...if we'd be open to it. | 22:04 |
rhallisey | the entrypoint but good. Technically kolla has something like it | 22:04 |
sdake_ | rhallisey huh? | 22:04 |
rhallisey | the entrypoint code is good* | 22:05 |
sdake_ | i bet a fiddle of gold against your soul to think i'm better then you | 22:05 |
sdake_ | ya we have setup.py | 22:05 |
sdake_ | or whatever we call it | 22:05 |
rhallisey | ya | 22:05 |
sdake_ | setup_config | 22:05 |
sdake_ | forget now | 22:05 |
v1k0d3n | sdake_: ..... | 22:05 |
rhallisey | this is a more advanced setup.py | 22:05 |
rhallisey | written in go | 22:05 |
v1k0d3n | we need to give and take in order to get some more support. | 22:05 |
sdake_ | ya im not a child v1k0d3n i get it :) | 22:06 |
sdake_ | still not keen on defining dependencies in json - that should be in helm | 22:07 |
sdake_ | seems like a hack | 22:07 |
sdake_ | that we will have to undo later with significant pain involved | 22:07 |
v1k0d3n | i know. i just don't want to see other groups feeling like they need to fork for one reason or another. | 22:07 |
sdake_ | eventually kubernetes cats will get it thru their skulls that dependencies are needed | 22:07 |
v1k0d3n | well, we can work on helm. | 22:08 |
sdake_ | they already made those choices v1k0d3n | 22:08 |
sdake_ | i assume for a good reason | 22:08 |
sdake_ | it wasn't as if we didn't make a very solid attempt to work together | 22:08 |
rhallisey | tbh idk if the entrypoint idea is best long rong | 22:08 |
v1k0d3n | i have a contact that we can lean on for help. if helm solves it...it's better. it needs it anyway. | 22:08 |
rhallisey | run | 22:08 |
rhallisey | agree it should be in helm/other kubernetes project | 22:08 |
rhallisey | or kubernetes proper | 22:08 |
v1k0d3n | entrypoint is just a good happy point until helm is resolved. then it gets dropped by everyone. just iterative. | 22:09 |
sdake_ | its not iterative if it changes the api.. | 22:09 |
sdake_ | if we have to revert that later | 22:09 |
sdake_ | one of the problems is we lack a version number in our API | 22:09 |
sdake_ | if someone wants to do the grunt work of adding that across the json files, that would be a good first start | 22:10 |
*** fguillot has quit IRC | 22:10 | |
sdake_ | so we can go to api v2 with this collective that coreos has produced | 22:10 |
sdake_ | and back to v3 (which is v1) when we unwind the entrypoint project | 22:11 |
rhallisey | sdake_, ya that's a good way to put it | 22:11 |
sdake_ | (if we do that) | 22:11 |
rhallisey | v2 api | 22:11 |
v1k0d3n | ok, yes...that is a good approach. | 22:13 |
sdake_ | i'd like to see it solved in helm directly | 22:13 |
v1k0d3n | i agree | 22:13 |
sdake_ | but maybe entrypoint is the way to go - since it woudl handle restarts | 22:13 |
v1k0d3n | one sec...asking about this very thing. | 22:13 |
*** tonanhngo has joined #openstack-kolla | 22:13 | |
*** schwicht has quit IRC | 22:13 | |
sdake_ | can someone prototype entrypoint so we see what it looks like? | 22:14 |
sdake_ | we tried something similar during the work on compose implementation | 22:14 |
*** schwicht has joined #openstack-kolla | 22:14 | |
sdake_ | and it worked about 19 times out of 20 | 22:15 |
pprokop | hi guys | 22:16 |
*** msimonin1 has joined #openstack-kolla | 22:17 | |
pprokop | i am the guy from intel who implemented entrypoint | 22:17 |
pprokop | :D | 22:17 |
pprokop | if you have any questions just aks | 22:17 |
rhallisey | pprokop, hey :) | 22:17 |
pprokop | hey | 22:17 |
*** msimonin has quit IRC | 22:17 | |
*** sdake has joined #openstack-kolla | 22:18 | |
*** Marcellin__ has quit IRC | 22:18 | |
*** matrohon has quit IRC | 22:18 | |
v1k0d3n | hey pprokop...so glad you're in on this, and caught the conversation. | 22:19 |
rhallisey | don't have any particular question, just brain storming | 22:19 |
*** matrohon has joined #openstack-kolla | 22:19 | |
v1k0d3n | yeah, just a discussion. but you're thoughts could be really helpful. | 22:20 |
pprokop | kubernetes lacks a dependency management | 22:20 |
pprokop | and community doesnt givea shit | 22:21 |
*** sdake_ has quit IRC | 22:21 | |
pprokop | so we came up with this solution and it is working for us really well | 22:21 |
pprokop | so basically handling dependencies would require a whole new controller in k8s | 22:22 |
pprokop | and there is one advantage in an entrypoint approach | 22:24 |
pprokop | that there is no centralized orchestration layer | 22:24 |
pprokop | but each pod is somewhat self-aware of its dependencies | 22:24 |
v1k0d3n | ^^^ that's the ticket | 22:24 |
v1k0d3n | i think that's the power right there. that it's orchestrator agnostic. | 22:25 |
pprokop | yeah i think so too | 22:26 |
pprokop | but handling upgrades etc | 22:26 |
pprokop | has to be managed by other tool than | 22:26 |
pprokop | not to create a monster out of entrypoint | 22:26 |
*** flaper87 has quit IRC | 22:29 | |
v1k0d3n | pprokop: where is the link to your entrypoint tool again? | 22:30 |
pprokop | github.com/stackanetes/kubernetes-entrypoint | 22:30 |
v1k0d3n | sdake: this was discussed, but you were not in the sessions at that time. | 22:30 |
v1k0d3n | it just happen to come up. | 22:30 |
*** neilus has quit IRC | 22:32 | |
*** LamT__ has quit IRC | 22:32 | |
sdake | v1k0d3n actually i was there for that session | 22:32 |
*** msimonin1 has quit IRC | 22:32 | |
sdake | but late speaking with sap folks | 22:32 |
*** msimonin has joined #openstack-kolla | 22:32 | |
v1k0d3n | you were there for one of them, yes. | 22:32 |
*** msimonin has quit IRC | 22:32 | |
*** matrohon has quit IRC | 22:32 | |
*** matrohon has joined #openstack-kolla | 22:32 | |
v1k0d3n | i think the SAP folks mentioned having some sort of controller for dependancies too...which is basically like the entrypoint container. | 22:33 |
*** schwicht has quit IRC | 22:38 | |
pprokop | I am going to sleep :D | 22:38 |
pprokop | it's a bit late in Poland | 22:38 |
*** matrohon has quit IRC | 22:42 | |
*** matrohon has joined #openstack-kolla | 22:42 | |
oxkipo | Im getting this error when Im trying to run pvcreate. Device /dev/sdb not found (or ignored by filtering). | 22:43 |
v1k0d3n | definitely. have a good night pprokop! | 22:43 |
*** harbor has joined #openstack-kolla | 22:47 | |
*** harbor is now known as portdirect_ | 22:47 | |
*** portdirect_ is now known as harbor_ | 22:47 | |
*** harbor_ has quit IRC | 22:51 | |
*** harbor has joined #openstack-kolla | 22:52 | |
*** harbor is now known as harbor_ | 22:52 | |
*** matrohon has quit IRC | 22:54 | |
*** ipsecguy_ has quit IRC | 22:54 | |
*** ipsecguy has joined #openstack-kolla | 22:55 | |
*** harbor_ has quit IRC | 22:55 | |
*** g3ek has quit IRC | 22:57 | |
*** mark-casey1 has quit IRC | 22:57 | |
*** g3ek has joined #openstack-kolla | 22:58 | |
v1k0d3n | sdake and rhallisey, would this be helpful at all? https://github.com/kubernetes/helm/blob/master/docs/charts.md#chart-dependencies | 23:03 |
v1k0d3n | and this: https://github.com/kubernetes/helm/blob/master/docs/charts_hooks.md | 23:03 |
v1k0d3n | i was told that we could use helm in it's current form to execute a job as a pre-install hook | 23:04 |
*** david-lyle has quit IRC | 23:04 | |
*** harlowja has joined #openstack-kolla | 23:08 | |
sdake | v1k0d3n otp - will have to get back to you | 23:08 |
sdake | also on PTO this week :) | 23:08 |
*** neilus has joined #openstack-kolla | 23:09 | |
*** absubram has quit IRC | 23:09 | |
*** Pavo has quit IRC | 23:10 | |
v1k0d3n | yeah, that's cool. i'll be around for sure...just reach out whenever. | 23:12 |
*** Pavo has joined #openstack-kolla | 23:12 | |
*** TxGirlGeek has quit IRC | 23:12 | |
*** schwicht has joined #openstack-kolla | 23:15 | |
*** oxkipo has quit IRC | 23:18 | |
sdake | ok done with calls | 23:22 |
sdake | v1k0d3n - its really hard for me to evaluate the best technical approach without proof of concept implementations | 23:22 |
sdake | and usually the first proof of concept implementation we go with is what we go with | 23:22 |
sdake | that said, I don't care how it works - just that it does and is kubernetes native | 23:22 |
sdake | i hear alot of negative feedback about kolla-k8s being driven by ansible | 23:23 |
sdake | v1k0d3n that said, im not running this freight train - only one voice of many ;-) | 23:24 |
*** david-lyle has joined #openstack-kolla | 23:30 | |
*** dave-mccowan has joined #openstack-kolla | 23:31 | |
Pavo | does kolla_internal_vip_address get bind to the network_interface of all nodes or only the Network Node? | 23:33 |
*** asalkeld has joined #openstack-kolla | 23:36 | |
*** Pavo_ has joined #openstack-kolla | 23:36 | |
*** awiddersheim has quit IRC | 23:38 | |
Pavo_ | does kolla_internal_vip_address get bind to the network_interface of all nodes or only the Network Node? | 23:38 |
*** Pavo has quit IRC | 23:39 | |
*** Pavo_ is now known as Pavo | 23:39 | |
sdake | pavo all nodes | 23:39 |
Pavo | damn | 23:39 |
sdake | rather only the controller node | 23:39 |
sdake | 1 of the 3 controller nodes in a typical setup | 23:40 |
Pavo | so only on the controller now | 23:40 |
Pavo | node | 23:40 |
sdake | pretty sure | 23:40 |
*** neilus has quit IRC | 23:40 | |
Pavo | ok | 23:40 |
sdake | it may be on the network node - i'm not certain | 23:40 |
Pavo | ok | 23:40 |
sdake | there was tlak of changing it one way or another | 23:40 |
sdake | i'm not sure where it went | 23:40 |
Pavo | hmmm kolla_internal_vip_address is pingable but horizon not showing up | 23:41 |
*** eaguilar has joined #openstack-kolla | 23:41 | |
*** awiddersheim has joined #openstack-kolla | 23:51 | |
sdake | connecting to port 80? | 23:52 |
sdake | docker ps -a > paste | 23:52 |
sdake | docker ps -a |fpaste | 23:52 |
*** Pavo has quit IRC | 23:53 | |
*** neilus has joined #openstack-kolla | 23:55 | |
*** Pavo has joined #openstack-kolla | 23:56 | |
sdake | 16:52:01] <sdake>connecting to port 80? | 23:57 |
sdake | [16:52:35] <sdake>docker ps -a > paste | 23:57 |
sdake | [16:52:48] <sdake>docker ps -a |fpaste | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!