*** salmon_ has quit IRC | 00:33 | |
openstackgerrit | Merged openstack/solar: Delete not needed travis.yml file https://review.openstack.org/279316 | 01:06 |
---|---|---|
*** tzn has quit IRC | 01:39 | |
*** tzn has joined #openstack-solar | 02:23 | |
*** tzn has quit IRC | 05:44 | |
*** YorikSar_ has quit IRC | 06:05 | |
*** YorikSar has joined #openstack-solar | 06:07 | |
*** tzn has joined #openstack-solar | 06:40 | |
*** tzn has quit IRC | 07:14 | |
*** YorikSar has quit IRC | 08:09 | |
*** YorikSar has joined #openstack-solar | 08:10 | |
*** tzn has joined #openstack-solar | 08:11 | |
*** salmon_ has joined #openstack-solar | 08:23 | |
*** tzn has quit IRC | 08:44 | |
pigmej | hello :) | 08:57 |
openstackgerrit | Lukasz Oles proposed openstack/solar: Add solar description https://review.openstack.org/279442 | 09:53 |
pigmej | salmon_: wtf is solar-master.json doing in this commit ? | 09:55 |
salmon_ | ups | 09:56 |
pigmej | ;D | 09:56 |
openstackgerrit | Lukasz Oles proposed openstack/solar: Add solar description https://review.openstack.org/279442 | 09:58 |
pigmej | looks better ;P | 09:58 |
openstackgerrit | Lukasz Oles proposed openstack/solar: Exit with exit_code from deployement https://review.openstack.org/279454 | 10:15 |
pigmej | salmon_: yeah makes sense... ;d | 10:16 |
openstackgerrit | Merged openstack/solar: Add solar description https://review.openstack.org/279442 | 10:26 |
openstackgerrit | Jedrzej Nowak proposed openstack/solar: Improved ansible error reporting https://review.openstack.org/279456 | 10:27 |
pigmej | salmon_: ^ | 10:27 |
*** openstackgerrit has quit IRC | 10:32 | |
*** openstackgerrit has joined #openstack-solar | 10:32 | |
*** tzn has joined #openstack-solar | 10:34 | |
openstackgerrit | Merged openstack/solar: Exit with exit_code from deployement https://review.openstack.org/279454 | 10:41 |
openstackgerrit | Merged openstack/solar: Improved ansible error reporting https://review.openstack.org/279456 | 10:48 |
salmon_ | pigmej: https://github.com/Mirantis/solar-resources/pull/19 | 10:50 |
*** bogdando has quit IRC | 11:20 | |
openstackgerrit | Lukasz Oles proposed openstack/solar: Increase disk size https://review.openstack.org/279484 | 11:25 |
*** bogdando has joined #openstack-solar | 11:25 | |
openstackgerrit | Merged openstack/solar: Increase disk size https://review.openstack.org/279484 | 11:36 |
*** tzn has quit IRC | 13:33 | |
*** _tzn has joined #openstack-solar | 13:35 | |
openstackgerrit | Jedrzej Nowak proposed openstack/solar: Small fix in cli resource prefetch https://review.openstack.org/279551 | 14:12 |
salmon_ | pigmej: time to release, I think we should build images before taging. To test them | 14:22 |
pigmej | salmon_: bug | 14:22 |
pigmej | in your wp example | 14:22 |
pigmej | ;D | 14:22 |
pigmej | http://solar.readthedocs.org/en/latest/tutorials/wordpress.html | 14:22 |
salmon_ | ? | 14:22 |
pigmej | it's not gonna to work | 14:23 |
pigmej | :) | 14:23 |
pigmej | paths are incorrect | 14:23 |
pigmej | mkwiek: spotted this :D | 14:23 |
salmon_ | details... | 14:23 |
pigmej | Create new file /vagrant/tmp/wp_repo/docker.yaml, open it and past the following data: | 14:23 |
pigmej | docker.yaml will not work in this way when create resource is called like : wp_repo/docker | 14:23 |
pigmej | `solar resource create wp_docker wp_repo/docker` | 14:23 |
pigmej | full path to docker.yaml will work | 14:24 |
mkwiek | cool, thanks | 14:24 |
pigmej | hmm, it looks like replace fuckup | 14:24 |
pigmej | "Now we create resources defined in docker" it should also say docker.yaml | 14:25 |
salmon_ | mkwiek: use this channel for solar related stuff | 14:25 |
mkwiek | ok | 14:25 |
pigmej | mkwiek: for now use full path to this file and it will be fine | 14:26 |
pigmej | salmon_: ^ https://review.openstack.org/#/c/260472/ | 14:27 |
salmon_ | pigmej: no, it's in repository | 14:29 |
salmon_ | you shouldn't use full path | 14:29 |
pigmej | werird | 14:29 |
pigmej | because 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_repo | 14:29 |
pigmej | wtf | 14:30 |
openstackgerrit | Merged openstack/solar: Small fix in cli resource prefetch https://review.openstack.org/279551 | 14:30 |
pigmej | salmon_: I added that logic ? | 14:30 |
salmon_ | ? | 14:30 |
pigmej | salmon_: mkdir /tmp/wp_repo/1.0.0/wp_config => mkdir -p | 14:31 |
pigmej | salmon_: well, there are several problems there | 14:31 |
pigmej | some parts are refering that /tmp/wp_repo is a root | 14:31 |
pigmej | BUT | 14:31 |
pigmej | `Create new file /vagrant/tmp/wp_repo/docker.yaml, ` | 14:32 |
pigmej | :D | 14:32 |
salmon_ | yup, i'm fixing it | 14:32 |
pigmej | that's why I said that it's not in repo | 14:32 |
salmon_ | but, you provided wrong solution:P | 14:32 |
pigmej | full path would work for maciek :) | 14:32 |
pigmej | will you fix both problems ? | 14:33 |
salmon_ | mkwiek: did you run this command solar resource create wp_docker wp_repo/docker ? | 14:33 |
pigmej | mkwiek: why did you find this bug like seconds before release ? | 14:34 |
pigmej | after you will set correct paths it will work | 14:34 |
mkwiek | pigmej: sorry :D | 14:34 |
pigmej | salmon_: also `solar repo import tmp/wp_repo` sholuld be probably `solar repo import /tmp/wp_repo` | 14:35 |
mkwiek | salmon_: give me a sec, I did but I lost the result, let me get through the commands again | 14:35 |
salmon_ | pigmej: it looks like I had two ideas about this paths :) | 14:35 |
mkwiek | pigmej: this happens when release is scheduled for friday afternoon :) | 14:35 |
pigmej | salmon_: yup | 14:35 |
pigmej | vagrant@solar-dev:/tmp$ solar repo import /tmp/wp_repo | 14:35 |
pigmej | Error: Unexpected repository content structure: /tmp/wp_repo/1.0.0 Expected directory with version number | 14:35 |
mkwiek | pigmej: yeah, this one too | 14:36 |
pigmej | salmon_: repository works in a bit different manner ;P | 14:36 |
pigmej | salmon_: remove that 1.0.0 catalogue | 14:36 |
mkwiek | pigmej: but run solar repo show now | 14:36 |
salmon_ | pigmej: now | 14:36 |
salmon_ | *no | 14:36 |
mkwiek | the repo is created, that's why I got SiblingsError yesterday | 14:37 |
pigmej | mkwiek: repo is not stored in db :) | 14:37 |
pigmej | https://bpaste.net/show/8de6c38e69c8 | 14:38 |
pigmej | it should look like ^ | 14:38 |
salmon_ | pigmej: https://github.com/Mirantis/solar-resources/tree/master/examples/wordpress | 14:39 |
pigmej | yeah you can set 1.0.0 | 14:39 |
pigmej | or you can skip them | 14:39 |
pigmej | because on import the structure can be a bit guessed | 14:39 |
salmon_ | it didn't work last time I checked | 14:39 |
pigmej | and the versions are added automaticaly | 14:39 |
pigmej | it has to, BUT you can't link then | 14:39 |
pigmej | when you link you need to have correct structure | 14:39 |
salmon_ | yup, so my version is safer | 14:40 |
pigmej | sure | 14:40 |
pigmej | but also more complicated :) | 14:40 |
pigmej | for example you could skip 1.0.0 dirs ;-) | 14:40 |
pigmej | https://bpaste.net/show/fb9075b78e9d | 14:41 |
pigmej | that is how it looks after importing :) | 14:41 |
mkwiek | without 1.0.0 it seems to work fine | 14:45 |
salmon_ | sometimes ;) | 14:45 |
pigmej | always:) | 14:45 |
pigmej | it's even tested :) | 14:46 |
pigmej | and it's desired behaviour :) | 14:46 |
salmon_ | try to develop it withou symlink :P | 14:46 |
*** _tzn has quit IRC | 14:46 | |
pigmej | yeah :) | 14:46 |
pigmej | how is fix going salmon_ ? | 14:49 |
salmon_ | testing | 14:49 |
salmon_ | pigmej: in the meantime I'm tagging solar-resource | 14:54 |
salmon_ | s | 14:54 |
pigmej | cool | 14:54 |
pigmej | salmon_: remeber without 'v' | 14:56 |
pigmej | are you going to set it in playbooks too? | 14:56 |
salmon_ | https://github.com/Mirantis/solar-resources/tree/0.2.0 | 14:57 |
salmon_ | pigmej: you can prepare patch for Vagrant and playbooks | 14:57 |
pigmej | yup | 14:58 |
pigmej | doing it | 14:58 |
salmon_ | ok | 14:58 |
pigmej | salmon_: <=0.2.9 ? | 14:58 |
salmon_ | where? | 14:58 |
pigmej | in playbooks and vagrantfile | 14:58 |
pigmej | or we don't care ? and we will increment it always ? | 14:59 |
salmon_ | looks good | 14:59 |
salmon_ | it's safer like you proposed | 14:59 |
pigmej | because we will be unable to fetch "highest tag" | 14:59 |
pigmej | so I will set <0.3 in vagrantfile even | 14:59 |
salmon_ | ok | 15:00 |
pigmej | but I will leave tag == 0.2.0 in playbook for resources | 15:00 |
salmon_ | ok | 15:00 |
pigmej | hmm | 15:03 |
mkwiek | guys, one question: I have resource wordpress (it's in the tutorial): | 15:03 |
mkwiek | id: wordpress | 15:03 |
mkwiek | from: resources/docker_container | 15:03 |
mkwiek | location: node1 | 15:03 |
mkwiek | input: | 15:03 |
mkwiek | ip: node1::ip | 15:03 |
mkwiek | image: wordpress:latest | 15:03 |
mkwiek | Where does the image come from? | 15:03 |
pigmej | you set it | 15:04 |
pigmej | wordpres:latest is a string | 15:04 |
salmon_ | it's just docker image | 15:04 |
pigmej | salmon_: a bad luck `:` vs `::` :D | 15:04 |
mkwiek | salmon_: is it taken from docker hub? | 15:05 |
salmon_ | mkwiek: yup | 15:05 |
mkwiek | cool, thanks | 15:05 |
salmon_ | pigmej: yeah another missleading thing | 15:06 |
pigmej | mkwiek: https://github.com/Mirantis/solar-resources/tree/master/resources/docker_container/1.0.0 this is docker_container definition | 15:06 |
pigmej | https://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 etc | 15:07 |
openstackgerrit | Jedrzej Nowak proposed openstack/solar: Set versions in vagrantfile and playbook for 0.2.0 https://review.openstack.org/279586 | 15:09 |
pigmej | salmon_: ^ | 15:09 |
openstackgerrit | Lukasz Oles proposed openstack/solar: Fix paths in tutorial https://review.openstack.org/279590 | 15:12 |
*** tzn has joined #openstack-solar | 15:15 | |
openstackgerrit | Merged openstack/solar: Set versions in vagrantfile and playbook for 0.2.0 https://review.openstack.org/279586 | 15:26 |
pigmej | salmon_: I will try to reschedule my day to be able to catch you later and do release today, but no promises. | 15:29 |
openstackgerrit | Merged openstack/solar: Fix paths in tutorial https://review.openstack.org/279590 | 15:30 |
*** salmon_ has quit IRC | 15:55 | |
*** tzn has quit IRC | 15:58 | |
*** tzn has joined #openstack-solar | 16:04 | |
*** tzn has quit IRC | 16:10 | |
*** tzn has joined #openstack-solar | 16:32 | |
*** tzn has quit IRC | 17:14 | |
*** openstackgerrit has quit IRC | 17:17 | |
*** openstackgerrit has joined #openstack-solar | 17:17 | |
*** salmon_ has joined #openstack-solar | 17:23 | |
*** tzn has joined #openstack-solar | 17:25 | |
*** tzn has quit IRC | 17:26 | |
pigmej | salmon_: pign | 17:47 |
salmon_ | pigmej: pongoui | 17:48 |
pigmej | release or we skip it ?:D | 17:49 |
mihgen | don't skip releases ;) | 17:49 |
pigmej | we wanted to release today but well... ;D | 17:49 |
salmon_ | https://etherpad.openstack.org/p/basic_solar_resource_steps pigmej wea are almost in the middle :P | 17:50 |
pigmej | I can build boxes | 17:50 |
salmon_ | cool, I will tag | 17:50 |
pigmej | but first I need a tag :) | 17:50 |
salmon_ | why? | 17:50 |
pigmej | hmm, actually maybe I don't need it | 17:51 |
pigmej | right | 17:51 |
pigmej | :) | 17:51 |
salmon_ | I need to find how to tag it, I don't have it in history :( | 17:51 |
pigmej | ;D | 17:51 |
salmon_ | I know it has to be signed and annotated! | 17:52 |
salmon_ | https://github.com/openstack/solar/tree/0.2.0 | 17:58 |
salmon_ | pushing to pypi | 17:58 |
salmon_ | https://pypi.python.org/pypi/solar/0.2.0 | 18:02 |
salmon_ | http://solar.readthedocs.org/en/0.2.0/ | 18:04 |
salmon_ | pigmej: I removed 0.1.0 from the docs | 18:04 |
pigmej | set default to 0.2.0 :) | 18:05 |
salmon_ | I did | 18:05 |
pigmej | cool :) | 18:05 |
pigmej | so on monday we will also migrate to solar-resources repository | 18:05 |
salmon_ | yup | 18:08 |
salmon_ | pigmej: ok, everything released. Now waiting for images and we will write announcements on Monday :) | 18:14 |
pigmej | building libvirt | 18:14 |
salmon_ | yeah, it takes time | 18:15 |
pigmej | yu | 18:15 |
pigmej | yup | 18:15 |
salmon_ | https://launchpad.net/solar/beta/0.2.0 | 18:20 |
pigmej | salmon_: testing libvirt image | 18:21 |
*** openstack has joined #openstack-solar | 18:25 | |
pigmej | ok qemu image works :) | 18:26 |
salmon_ | yupi :D | 18:26 |
*** openstackgerrit has quit IRC | 18:47 | |
*** openstackgerrit has joined #openstack-solar | 18:47 | |
openstackgerrit | Jedrzej Nowak proposed openstack/solar: Fix incorrect version handling in Vagrantfile https://review.openstack.org/279733 | 19:24 |
openstackgerrit | Jedrzej Nowak proposed openstack/solar: Fix incorrect version handling in Vagrantfile https://review.openstack.org/279733 | 19:39 |
openstackgerrit | Merged openstack/solar: Fix incorrect version handling in Vagrantfile https://review.openstack.org/279733 | 20:12 |
openstackgerrit | Jedrzej Nowak proposed openstack/solar: Start 0.3.0 series https://review.openstack.org/279769 | 20:15 |
openstackgerrit | Jedrzej Nowak proposed openstack/solar: Start 0.3.0 cycle https://review.openstack.org/279769 | 20:32 |
openstackgerrit | Merged openstack/solar: Start 0.3.0 cycle https://review.openstack.org/279769 | 21: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.html | 21:47 | |
-openstackstatus- NOTICE: Gerrit is offline for maintenacne until 23:00 utc | 22:06 | |
*** ChanServ changes topic to "Gerrit is offline for maintenacne until 23:00 utc" | 22:06 | |
*** angdraug has joined #openstack-solar | 22:20 | |
*** tzn has joined #openstack-solar | 22:52 | |
*** tzn has quit IRC | 22:57 | |
-openstackstatus- NOTICE: Gerrit is offline for maintenance, ETA updated to 23:30 utc | 23:07 | |
*** ChanServ changes topic to "Gerrit is offline for maintenance, ETA updated to 23:30 utc" | 23:07 | |
*** salmon_ has quit IRC | 23:27 | |
-openstackstatus- NOTICE: Gerrit is offline for maintenance, ETA updated to 23:59 utc | 23: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!