Friday, 2016-02-12

*** salmon_ has quit IRC00:33
openstackgerritMerged openstack/solar: Delete not needed travis.yml file  https://review.openstack.org/27931601:06
*** tzn has quit IRC01:39
*** tzn has joined #openstack-solar02:23
*** tzn has quit IRC05:44
*** YorikSar_ has quit IRC06:05
*** YorikSar has joined #openstack-solar06:07
*** tzn has joined #openstack-solar06:40
*** tzn has quit IRC07:14
*** YorikSar has quit IRC08:09
*** YorikSar has joined #openstack-solar08:10
*** tzn has joined #openstack-solar08:11
*** salmon_ has joined #openstack-solar08:23
*** tzn has quit IRC08:44
pigmejhello :)08:57
openstackgerritLukasz Oles proposed openstack/solar: Add solar description  https://review.openstack.org/27944209:53
pigmejsalmon_: wtf is solar-master.json doing in this commit ?09:55
salmon_ups09:56
pigmej;D09:56
openstackgerritLukasz Oles proposed openstack/solar: Add solar description  https://review.openstack.org/27944209:58
pigmejlooks better ;P09:58
openstackgerritLukasz Oles proposed openstack/solar: Exit with exit_code from deployement  https://review.openstack.org/27945410:15
pigmejsalmon_: yeah makes sense... ;d10:16
openstackgerritMerged openstack/solar: Add solar description  https://review.openstack.org/27944210:26
openstackgerritJedrzej Nowak proposed openstack/solar: Improved ansible error reporting  https://review.openstack.org/27945610:27
pigmejsalmon_: ^10:27
*** openstackgerrit has quit IRC10:32
*** openstackgerrit has joined #openstack-solar10:32
*** tzn has joined #openstack-solar10:34
openstackgerritMerged openstack/solar: Exit with exit_code from deployement  https://review.openstack.org/27945410:41
openstackgerritMerged openstack/solar: Improved ansible error reporting  https://review.openstack.org/27945610:48
salmon_pigmej: https://github.com/Mirantis/solar-resources/pull/1910:50
*** bogdando has quit IRC11:20
openstackgerritLukasz Oles proposed openstack/solar: Increase disk size  https://review.openstack.org/27948411:25
*** bogdando has joined #openstack-solar11:25
openstackgerritMerged openstack/solar: Increase disk size  https://review.openstack.org/27948411:36
*** tzn has quit IRC13:33
*** _tzn has joined #openstack-solar13:35
openstackgerritJedrzej Nowak proposed openstack/solar: Small fix in cli resource prefetch  https://review.openstack.org/27955114:12
salmon_pigmej: time to release, I think we should build images before taging. To test them14:22
pigmejsalmon_: bug14:22
pigmejin your wp example14:22
pigmej;D14:22
pigmejhttp://solar.readthedocs.org/en/latest/tutorials/wordpress.html14:22
salmon_?14:22
pigmejit's not gonna to work14:23
pigmej:)14:23
pigmejpaths are incorrect14:23
pigmejmkwiek: spotted this :D14:23
salmon_details...14:23
pigmejCreate new file /vagrant/tmp/wp_repo/docker.yaml, open it and past the following data:14:23
pigmejdocker.yaml will not work in this way when create resource is called like : wp_repo/docker14:23
pigmej`solar resource create wp_docker wp_repo/docker`14:23
pigmejfull path to docker.yaml will work14:24
mkwiekcool, thanks14:24
pigmejhmm, it looks like replace fuckup14:24
pigmej"Now we create resources defined in docker" it should also say docker.yaml14:25
salmon_mkwiek: use this channel for solar related stuff14:25
mkwiekok14:25
pigmejmkwiek: for now use full path to this file and it will be fine14:26
pigmejsalmon_: ^ https://review.openstack.org/#/c/260472/14:27
salmon_pigmej: no, it's in repository14:29
salmon_you shouldn't use full path14:29
pigmejwerird14:29
pigmejbecause it's *not* in repository in fact...14:29
salmon_When all files are ready we need add created resources to solar repository:14:29
salmon_solar repo import tmp/wp_repo14:29
pigmejwtf14:30
openstackgerritMerged openstack/solar: Small fix in cli resource prefetch  https://review.openstack.org/27955114:30
pigmejsalmon_: I added that logic ?14:30
salmon_?14:30
pigmejsalmon_: mkdir /tmp/wp_repo/1.0.0/wp_config => mkdir -p14:31
pigmejsalmon_: well, there are several problems there14:31
pigmejsome parts are refering that /tmp/wp_repo is a root14:31
pigmejBUT14:31
pigmej`Create new file /vagrant/tmp/wp_repo/docker.yaml, `14:32
pigmej:D14:32
salmon_yup, i'm fixing it14:32
pigmejthat's why I said that it's not in repo14:32
salmon_but, you provided wrong solution:P14:32
pigmejfull path would work for maciek :)14:32
pigmejwill you fix both problems ?14:33
salmon_mkwiek: did you run this command solar resource create wp_docker wp_repo/docker ?14:33
pigmejmkwiek: why did you find this bug like seconds before release ?14:34
pigmejafter you will set correct paths it will work14:34
mkwiekpigmej: sorry :D14:34
pigmejsalmon_: also `solar repo import tmp/wp_repo` sholuld be probably `solar repo import /tmp/wp_repo`14:35
mkwieksalmon_: give me a sec, I did but I lost the result, let me get through the commands again14:35
salmon_pigmej: it looks like I had two ideas about this paths :)14:35
mkwiekpigmej: this happens when release is scheduled for friday afternoon :)14:35
pigmejsalmon_: yup14:35
pigmejvagrant@solar-dev:/tmp$ solar repo import /tmp/wp_repo14:35
pigmejError: Unexpected repository content structure: /tmp/wp_repo/1.0.0 Expected directory with version number14:35
mkwiekpigmej: yeah, this one too14:36
pigmejsalmon_: repository works in a bit different manner ;P14:36
pigmejsalmon_: remove that 1.0.0 catalogue14:36
mkwiekpigmej: but run solar repo show now14:36
salmon_pigmej: now14:36
salmon_*no14:36
mkwiekthe repo is created, that's why I got SiblingsError yesterday14:37
pigmejmkwiek: repo is not stored in db :)14:37
pigmejhttps://bpaste.net/show/8de6c38e69c814:38
pigmejit should look like ^14:38
salmon_pigmej: https://github.com/Mirantis/solar-resources/tree/master/examples/wordpress14:39
pigmejyeah you can set 1.0.014:39
pigmejor you can skip them14:39
pigmejbecause on import the structure can be a bit guessed14:39
salmon_it didn't work last time I checked14:39
pigmejand the versions are added automaticaly14:39
pigmejit has to, BUT you can't link then14:39
pigmejwhen you link you need to have correct structure14:39
salmon_yup, so my version is safer14:40
pigmejsure14:40
pigmejbut also more complicated :)14:40
pigmejfor example you could skip 1.0.0 dirs ;-)14:40
pigmejhttps://bpaste.net/show/fb9075b78e9d14:41
pigmejthat is how it looks after importing :)14:41
mkwiekwithout 1.0.0 it seems to work fine14:45
salmon_sometimes ;)14:45
pigmejalways:)14:45
pigmejit's even tested :)14:46
pigmejand it's desired behaviour :)14:46
salmon_try to develop it withou symlink :P14:46
*** _tzn has quit IRC14:46
pigmejyeah :)14:46
pigmejhow is fix going salmon_ ?14:49
salmon_testing14:49
salmon_pigmej: in the meantime I'm tagging solar-resource14:54
salmon_s14:54
pigmejcool14:54
pigmejsalmon_: remeber without 'v'14:56
pigmejare you going to set it in playbooks too?14:56
salmon_https://github.com/Mirantis/solar-resources/tree/0.2.014:57
salmon_pigmej: you can prepare patch for Vagrant and playbooks14:57
pigmejyup14:58
pigmejdoing it14:58
salmon_ok14:58
pigmejsalmon_: <=0.2.9 ?14:58
salmon_where?14:58
pigmejin playbooks and vagrantfile14:58
pigmejor we don't care ? and we will increment it always ?14:59
salmon_looks good14:59
salmon_it's safer like you proposed14:59
pigmejbecause we will be unable to fetch "highest tag"14:59
pigmejso I will set <0.3 in vagrantfile even14:59
salmon_ok15:00
pigmejbut I will leave tag == 0.2.0  in playbook for resources15:00
salmon_ok15:00
pigmejhmm15:03
mkwiekguys, one question: I have resource wordpress (it's in the tutorial):15:03
mkwiekid: wordpress15:03
mkwiek    from: resources/docker_container15:03
mkwiek    location: node115:03
mkwiek    input:15:03
mkwiek      ip: node1::ip15:03
mkwiek      image: wordpress:latest15:03
mkwiekWhere does the image come from?15:03
pigmejyou set it15:04
pigmejwordpres:latest is a string15:04
salmon_it's just docker image15:04
pigmejsalmon_: a bad luck `:` vs `::` :D15:04
mkwieksalmon_: is it taken from docker hub?15:05
salmon_mkwiek: yup15:05
mkwiekcool, thanks15:05
salmon_pigmej: yeah another missleading thing15:06
pigmejmkwiek: https://github.com/Mirantis/solar-resources/tree/master/resources/docker_container/1.0.0 this is docker_container definition15:06
pigmejhttps://github.com/Mirantis/solar-resources/blob/master/resources/docker_container/1.0.0/actions/run.yaml and there you see ansible docker module which takes care about fetching from hub etc15:07
openstackgerritJedrzej Nowak proposed openstack/solar: Set versions in vagrantfile and playbook for 0.2.0  https://review.openstack.org/27958615:09
pigmejsalmon_: ^15:09
openstackgerritLukasz Oles proposed openstack/solar: Fix paths in tutorial  https://review.openstack.org/27959015:12
*** tzn has joined #openstack-solar15:15
openstackgerritMerged openstack/solar: Set versions in vagrantfile and playbook for 0.2.0  https://review.openstack.org/27958615:26
pigmejsalmon_: I will try to reschedule my day to be able to catch you later and do release today, but no promises.15:29
openstackgerritMerged openstack/solar: Fix paths in tutorial  https://review.openstack.org/27959015:30
*** salmon_ has quit IRC15:55
*** tzn has quit IRC15:58
*** tzn has joined #openstack-solar16:04
*** tzn has quit IRC16:10
*** tzn has joined #openstack-solar16:32
*** tzn has quit IRC17:14
*** openstackgerrit has quit IRC17:17
*** openstackgerrit has joined #openstack-solar17:17
*** salmon_ has joined #openstack-solar17:23
*** tzn has joined #openstack-solar17:25
*** tzn has quit IRC17:26
pigmejsalmon_: pign17:47
salmon_pigmej: pongoui17:48
pigmejrelease or we skip it ?:D17:49
mihgendon't skip releases ;)17:49
pigmejwe wanted to release today  but well... ;D17:49
salmon_https://etherpad.openstack.org/p/basic_solar_resource_steps pigmej wea are almost in the middle :P17:50
pigmejI can build boxes17:50
salmon_cool, I will tag17:50
pigmejbut first I need a tag :)17:50
salmon_why?17:50
pigmejhmm, actually maybe I don't need it17:51
pigmejright17:51
pigmej:)17:51
salmon_I need to find how to tag it, I don't have it in history :(17:51
pigmej;D17:51
salmon_I know it has to be signed and annotated!17:52
salmon_https://github.com/openstack/solar/tree/0.2.017:58
salmon_pushing to pypi17:58
salmon_https://pypi.python.org/pypi/solar/0.2.018:02
salmon_http://solar.readthedocs.org/en/0.2.0/18:04
salmon_pigmej: I removed 0.1.0 from the docs18:04
pigmejset default to 0.2.0 :)18:05
salmon_I did18:05
pigmejcool :)18:05
pigmejso on monday we will also migrate to solar-resources repository18:05
salmon_yup18:08
salmon_pigmej: ok, everything released. Now waiting for images and we will write announcements on Monday :)18:14
pigmejbuilding libvirt18:14
salmon_yeah, it takes time18:15
pigmejyu18:15
pigmejyup18:15
salmon_https://launchpad.net/solar/beta/0.2.018:20
pigmejsalmon_: testing libvirt image18:21
*** openstack has joined #openstack-solar18:25
pigmejok qemu image works :)18:26
salmon_yupi :D18:26
*** openstackgerrit has quit IRC18:47
*** openstackgerrit has joined #openstack-solar18:47
openstackgerritJedrzej Nowak proposed openstack/solar: Fix incorrect version handling in Vagrantfile  https://review.openstack.org/27973319:24
openstackgerritJedrzej Nowak proposed openstack/solar: Fix incorrect version handling in Vagrantfile  https://review.openstack.org/27973319:39
openstackgerritMerged openstack/solar: Fix incorrect version handling in Vagrantfile  https://review.openstack.org/27973320:12
openstackgerritJedrzej Nowak proposed openstack/solar: Start 0.3.0 series  https://review.openstack.org/27976920:15
openstackgerritJedrzej Nowak proposed openstack/solar: Start 0.3.0 cycle  https://review.openstack.org/27976920:32
openstackgerritMerged openstack/solar: Start 0.3.0 cycle  https://review.openstack.org/27976921:02
-openstackstatus- NOTICE: The infrastructure team is taking gerrit offline for maintenance this afternoon, beginning at 22:00 utc. We should have it back online around 23:00 utc. http://lists.openstack.org/pipermail/openstack-dev/2016-February/086195.html21:47
-openstackstatus- NOTICE: Gerrit is offline for maintenacne until 23:00 utc22:06
*** ChanServ changes topic to "Gerrit is offline for maintenacne until 23:00 utc"22:06
*** angdraug has joined #openstack-solar22:20
*** tzn has joined #openstack-solar22:52
*** tzn has quit IRC22:57
-openstackstatus- NOTICE: Gerrit is offline for maintenance, ETA updated to 23:30 utc23:07
*** ChanServ changes topic to "Gerrit is offline for maintenance, ETA updated to 23:30 utc"23:07
*** salmon_ has quit IRC23:27
-openstackstatus- NOTICE: Gerrit is offline for maintenance, ETA updated to 23:59 utc23:42
*** ChanServ changes topic to "Gerrit is offline for maintenance, ETA updated to 23:59 utc"23:42

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!