*** yamamoto has quit IRC | 00:05 | |
*** yamamoto has joined #murano | 01:29 | |
*** ddovbii has joined #murano | 06:32 | |
*** kzaitsev has joined #murano | 06:47 | |
*** akuznetsova has joined #murano | 06:59 | |
*** pashkin has joined #murano | 06:59 | |
*** IgorYozhikov has joined #murano | 07:00 | |
*** ogzy has joined #murano | 07:00 | |
*** rakhmerov has joined #murano | 07:00 | |
*** ativelkov has joined #murano | 07:01 | |
*** katyafervent_awa has joined #murano | 07:02 | |
*** dteselkin has joined #murano | 07:03 | |
*** tsufiev has joined #murano | 07:04 | |
*** igormarnat has joined #murano | 07:05 | |
*** gcivitella has joined #murano | 07:06 | |
*** katyafervent_awa is now known as katyafervent | 07:07 | |
ogzy | what is the property of input_queue = agent-tasks that murano-agent uses | 07:09 |
---|---|---|
ogzy | it seems it should be created | 07:09 |
*** kzaitsev has quit IRC | 07:15 | |
*** kzaitsev has joined #murano | 07:17 | |
ogzy | there is a tasks queue, ceated by murano i guess, should i change the input_queue variable at agent.conf drom tasks-queue to tasks? | 07:17 |
ogzy | katyafervent: ^ | 07:19 |
*** kzaitsev has quit IRC | 07:36 | |
ogzy | stan_lagun: ^ | 07:39 |
*** sergmelikyan has joined #murano | 07:41 | |
ogzy | ok another question: what is the queue name that is used between murano-agent and murano itself? | 07:42 |
*** sergmelikyan has quit IRC | 07:44 | |
ddovbii | ogzy: you can create your own queue and specify it in agent and murano-engine | 07:47 |
*** kzaitsev has joined #murano | 07:49 | |
*** kzaitsev has quit IRC | 07:50 | |
*** serg_melikyan has joined #murano | 07:52 | |
ddovbii | ogzy: 'input_queue' and 'rabbitmq.result_routing_key' values are created by murano-engine at the start of deployment | 07:57 |
ddovbii | murano-engine confirures the agent to use these names of queues | 07:59 |
openstackgerrit | Henar Muñoz proposed openstack/murano-agent: Folder Not Found with Git Downloadable File https://review.openstack.org/174248 | 08:25 |
*** serg_melikyan has quit IRC | 08:30 | |
*** samuelBartel has joined #murano | 08:33 | |
*** igormarnat is now known as imarnat | 08:36 | |
openstackgerrit | Henar Muñoz proposed openstack/murano: File key is wrongly created when the File Type is downloadable https://review.openstack.org/171504 | 08:39 |
*** imarnat is now known as igormarnat | 08:41 | |
*** igormarnat is now known as imarnat | 08:41 | |
*** yamamoto has quit IRC | 08:45 | |
ogzy | ddovbii: so it is normal to see errors when murano-agent is run at the instane, since there is no such queues | 08:50 |
*** kzaitsev has joined #murano | 08:52 | |
*** kzaitsev has quit IRC | 08:52 | |
ogzy | ddovbii: is there a way to test deployment manually, i am trying to use coreos images instead of an ubuntu one and since app catalogs are not designed to run a coreos image with a cloud-config i want to test whether it will work with coreos, having a murano-agent docker instance running | 08:53 |
ogzy | ddovbii: i dont want to murano choose an image, but instead just skip to the docker pull phase | 08:54 |
ddovbii | ogzy: sorry, i don't understand. you want to deploy one of docker apps and use coreos image instead of ubuntu, right? | 09:00 |
stan_lagun | ogzy: the image name is hardcoded into UI.yaml. You can change it to the name of your CoreOS image. But first you need an image with murano-agent preinstalled | 09:01 |
ogzy | ddovbii: stan_laguni know that part, the thing is, when i use coreos you can not install murano-agent in it, but the solution is run a docker app when you initiliaze the openstack instance, coreos uses unit files and you can define what to happen before the instance run, so there should be a coreos specific approach, it should take a cloud-config before run | 09:03 |
ogzy | ddovbii: stan_lagun, an run a coreos instance and a murano-agent installed docker instance in this instance also, but i need to test whether the agent is able to control the host when it is run with -v | 09:04 |
stan_lagun | what is -v ? | 09:05 |
ogzy | stan_lagun: i think it is a docker run parameter, letting opening a socket between host and docker instance | 09:06 |
ogzy | stan_lagun: haven't teste | 09:06 |
stan_lagun | ogzy: if you have such an image why not just try to deploy something and see if it works? We do not support manual agent configuration. So you cannot set agent config settings manually and make Murano use them. You cannot use agents on VMs that were not created during deployment as well | 09:07 |
ogzy | stan_lagun: using the image manually was my plan also but planning to use murano to deploy an nginx, you suggest something else right? | 09:08 |
stan_lagun | ogzy: the simplest thing to to is to name your image with preinstalled agent "ubuntu14.04-x64-kubernetes" and see if HTTPd can be installed successfully. | 09:10 |
stan_lagun | *to do* | 09:11 |
stan_lagun | it should work for Docker since Murano agent doesn't use commands other then "docker something" | 09:12 |
stan_lagun | *other than* | 09:12 |
ogzy | stan_lagun: that wont work, coreos is the image, changing the name is not enough because coreos initialization also requires to run a docker instance in it that has murano-agent, normally this is done via sending a yaml file to nova boot parameter | 09:12 |
ogzy | stan_lagun: https://coreos.com/docs/running-coreos/platforms/openstack/ here it explains better | 09:13 |
stan_lagun | ogzy: so you need to create an image where both agent and docker are preconfigured | 09:13 |
ogzy | stan_lagun: nope :), coreos uses a yaml file and you can define systemd configuration | 09:14 |
stan_lagun | ogzy: why can't you put that yaml file right inside your image? | 09:15 |
ogzy | stan_lagun: i can put, how will i tell nova to use this also? | 09:16 |
ogzy | stan_lagun: this is what is done nova boot --user-data test.yaml --image ea9c2bf7-4c4b-40df-ba7d-83a2bb7e5f85 --key-name oguzy --flavor m1.medium --num-instances 1 --security-groups default coreos | 09:17 |
*** pradip has joined #murano | 09:17 | |
ogzy | stan_lagun: so if murano somehow uses --user-data test.yaml also, i can test, i can change the source code if you tell me where to check | 09:18 |
ogzy | stan_lagun: exept from --user-data test.yaml, the rest is what murano does to open an instance | 09:19 |
*** serg_melikyan has joined #murano | 09:20 | |
*** serg_melikyan has quit IRC | 09:20 | |
*** serg_melikyan has joined #murano | 09:21 | |
stan_lagun | ogzy: Murano uses user data to pass initialization script that configures murano agent (provides right config) | 09:25 |
stan_lagun | ogzy: but I guess all cloud-init does with that yaml is puts it somewhere. So you can put it manually there in advance and bake it into the image | 09:26 |
ogzy | stan_lagun: any more explanation about passing initialization script thing? i need more info about the usage of this part | 09:28 |
*** pradip has quit IRC | 09:28 | |
stan_lagun | ogzy: take a look here: https://github.com/openstack/murano/blob/master/meta/io.murano/Classes/resources/LinuxMuranoInstance.yaml#L12 | 09:30 |
stan_lagun | and linux-init.sh + Agent-v2.template in Resources | 09:31 |
*** serg_melikyan has quit IRC | 09:44 | |
*** kzaitsev_ has joined #murano | 09:46 | |
*** kzaitsev_ has quit IRC | 09:48 | |
openstackgerrit | Alexey Deryugin proposed openstack/murano: [devstack] Automatically enable required service in devstack https://review.openstack.org/172101 | 10:08 |
openstackgerrit | Alexey Deryugin proposed openstack/murano: [DIB] Kubernetes: components version fixation https://review.openstack.org/174948 | 10:08 |
openstackgerrit | Ruslan Kamaldinov proposed openstack/murano: Update devstack scripts to reflect repo rename https://review.openstack.org/175336 | 10:12 |
*** serg_melikyan has joined #murano | 10:26 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Improve bundle/package form handling https://review.openstack.org/175341 | 10:27 |
openstackgerrit | Alexey Deryugin proposed openstack/murano-deployment: Fix repository path in case of murano migration to openstack namespace https://review.openstack.org/175346 | 10:40 |
ogzy | stan_lagun: where is the location of the linux-init.sh at the image? | 10:58 |
*** shaggycat has joined #murano | 10:59 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Improve bundle/package form handling https://review.openstack.org/175341 | 11:01 |
*** pradip has joined #murano | 11:11 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-apps: Add validators to k8s pod UI https://review.openstack.org/175352 | 11:12 |
stan_lagun | ogzy: it is not in image. It is part of Murano package https://github.com/openstack/murano/blob/master/meta/io.murano/Resources/linux-init.sh and is used to build instance user data | 11:13 |
ogzy | stan_lagun: if i just change linux-init.sh and rerun murano-engine and api, will it take affect? or should i import meta/io.murano again? | 11:27 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-dashboard: Improve title adding in 'Application Catalog' page https://review.openstack.org/174471 | 11:30 |
stan_lagun | ogzy: you need to reimport it. But you don't have to restart services | 11:32 |
ogzy | stan_lagun: ok | 11:33 |
*** imarnat is now known as igormarnat | 11:34 | |
*** igormarnat is now known as imarnat | 11:35 | |
*** slagun has joined #murano | 11:53 | |
*** stan_lagun has quit IRC | 11:56 | |
*** imarnat is now known as igormarnat | 12:04 | |
*** igormarnat is now known as imarnat | 12:07 | |
*** imarnat is now known as igormarnat | 12:08 | |
*** serg_melikyan has quit IRC | 12:09 | |
*** igormarnat is now known as imarnat | 12:12 | |
openstackgerrit | Merged openstack/murano-deployment: Fix repository path in case of murano migration to openstack namespace https://review.openstack.org/175346 | 12:12 |
*** serg_melikyan has joined #murano | 12:13 | |
*** kzaitsev has joined #murano | 12:18 | |
*** serg_melikyan has quit IRC | 12:21 | |
*** imarnat is now known as igormarnat | 12:33 | |
ogzy | what happens if i redeploy an environment? will it mass things or use what it was created like the router and vm? | 12:35 |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-apps: Add validators to k8s pod UI https://review.openstack.org/175352 | 12:36 |
*** igormarnat is now known as imarnat | 12:37 | |
openstackgerrit | Henar Muñoz proposed openstack/murano-agent: Folder Not Found with Git Downloadable File https://review.openstack.org/174248 | 12:47 |
openstackgerrit | Henar Muñoz proposed openstack/murano: File key is wrongly created when the File Type is downloadable https://review.openstack.org/171504 | 12:47 |
ogzy | ddovbii: do you know how murano-agent works? how it contacts with the murano itself? over a port? | 12:48 |
ogzy | ddovbii: now i have a docker instance running murano-agent but i still see agent-tasks queue does not exist error, it seems it is not created and there is communication problem between murano and agent | 12:49 |
ddovbii | ogzy: murano and agent contacts by ampq. you receive this error because this queue is not created in RabbitMQ | 12:54 |
ddovbii | *murano contacts with agent | 12:54 |
openstackgerrit | Alexey Deryugin proposed openstack/murano: [devstack] Fix devstack scripts in case of murano migration to openstack namespace https://review.openstack.org/175387 | 12:57 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-dashboard: Improve title adding in 'Application Catalog' page https://review.openstack.org/174471 | 13:01 |
*** serg_melikyan has joined #murano | 13:06 | |
*** serg_melikyan has quit IRC | 13:12 | |
ogzy | ddovbii: i changed the queue names for the existing ones, like agent-tasks to tasks and agent-results to results at agent.conf, still no communication do these queue names unique? | 13:14 |
slagun | ogzy: Engine generates unique queue name for each agent in each environment and then supplies this information to agent via cloud-init. You can write any names to agent config, this will not make sense. Engine will not use those queues | 13:17 |
slagun | there is 1 queue per agent + 1 queue per environment for results | 13:18 |
*** serg_melikyan has joined #murano | 13:19 | |
openstackgerrit | Merged openstack/murano: Update devstack scripts to reflect repo rename https://review.openstack.org/175336 | 13:24 |
ogzy | slagun: oh ok, so what can be reason of the murano-agent is not able connect with murano itself, it is running in a docker, i changed the password and rabbitmq host ip at agent.conf | 13:25 |
slagun | ogzy: why murano should talk to some unknown agent? | 13:26 |
shaggycat | Hi all | 13:26 |
slagun | agent connects to rabbitMQ. But Engine will not send messages to queues it doesn't know about | 13:27 |
slagun | shaggycat: hi! | 13:27 |
shaggycat | Anybody can help? How i can fix error: "Package for class io.murano.apps.Squid is not found"? Here io.murano.apps.Squid is my study package, created myself. | 13:27 |
shaggycat | It's deploy of quick enviroment | 13:28 |
shaggycat | with my study package | 13:28 |
slagun | maybe it is not present? :) | 13:28 |
ogzy | slagun: ok how does engine knows about the qeue name that it will use for communicationg with murano-agent then? | 13:29 |
shaggycat | slagun, it's present: http://pastebin.com/mLZJxjsM | 13:31 |
shaggycat | slagun, thank you for answer | 13:31 |
shaggycat | slagun, and this package I watch in horizon, and it can by add in enviroment | 13:31 |
slagun | ogzy: it knows them because it generates those names https://github.com/openstack/murano/blob/master/murano/engine/system/agent.py#L52-L53 | 13:32 |
slagun | shaggycat: your message says "io.murano.apps.Squid" but your package is "io.murano.apps.linux.Squid". Do you see the difference? | 13:33 |
ogzy | slagun: ok and how does the agent know the generated queue? | 13:33 |
shaggycat | slagun, oh, thank you | 13:34 |
slagun | ogzy: engine puts those name in agent's config. Or to be more correct config with correct values is sent as part of user-data | 13:34 |
openstackgerrit | Alexey Deryugin proposed openstack/murano: [devstack] Automatically enable required service in devstack https://review.openstack.org/172101 | 13:35 |
openstackgerrit | Alexey Deryugin proposed openstack/murano: [DIB] Kubernetes: components version fixation https://review.openstack.org/174948 | 13:37 |
ogzy | slagun: and echo $AgentConfigBase64 | base64 -d > /etc/murano/agent.conf is the parth where this happens? | 13:38 |
ogzy | slagun: at linux-init.sh? | 13:38 |
slagun | ogzy: we send user data in a form of shell script. Config is embedded into that script in base64. This is the line that decodes base64 config and puts where agent expects to find it | 13:40 |
openstackgerrit | Alexey Deryugin proposed openstack/murano-agent: [DIB] Fix repository names in murano-agent elements https://review.openstack.org/175405 | 13:42 |
ogzy | slagun: i am using coreos as running vms, trying to figures it out how will i use coreos instead of ubuntu | 13:42 |
slagun | ogzy: I don't understand what is the problem. Maybe this is because I never worked with CoreOS. So far any distribution I used (including Windows) was usable even without user data. | 13:45 |
ogzy | slagun: coreos is not working like other oses, you need to run a murano-agent docker instance in it | 13:48 |
shaggycat | slagun, thank you. Last error was fixed. | 13:50 |
shaggycat | slagun, but now is new :( | 13:50 |
shaggycat | 2015-04-20 13:50:27 - [murano.dsl.exceptions.UninitializedPropertyAccessError]: Access to uninitialized property instance in class io.murano.apps.linux.Squid is forbidden | 13:50 |
shaggycat | How I can fix it? | 13:51 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-agent: Increment max FormatVersion https://review.openstack.org/171629 | 13:54 |
slagun | ogzy: Then I just don't know. CoreOS is not currently supported and I don't have enough experience to tell how to enable it at the moment. If you feel Murano needs CoreOS please fill bug report in murano launchpad and tell exectly why do you feel we need CoreOS and maybe we will support it in Liberty | 13:54 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-dashboard: Improve title adding in 'Application Catalog' page https://review.openstack.org/174471 | 13:54 |
ogzy | slagun: maybe i add the support :), now i am trying to fix the issue by changing linux-init.sh, pulling the instance and then mountint /etc/murano/agent.conf inside the docker instance | 13:55 |
slagun | ogzy: that would be really great! | 13:56 |
slagun | shaggycat: can you share your app? | 13:56 |
shaggycat | slagun, yes, it's not secret, becouse it's study app. Please wait a minute. | 13:57 |
shaggycat | slagun, https://www.dropbox.com/s/9apny1yzzwnhgzd/io.murano.apps.linux.Squid.zip?dl=0 | 14:00 |
openstackgerrit | Merged openstack/murano-agent: [DIB] Fix repository names in murano-agent elements https://review.openstack.org/175405 | 14:02 |
slagun | shaggycat: - $.instance.deploy() | 14:03 |
slagun | shaggycat: there is no instance property in your class | 14:04 |
*** imarnat is now known as igormarnat | 14:06 | |
*** igormarnat is now known as imarnat | 14:08 | |
*** samuelBartel has quit IRC | 14:10 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-apps: Add validators to k8s pod UI https://review.openstack.org/175352 | 14:10 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-dashboard: Improve title adding in 'Application Catalog' page https://review.openstack.org/174471 | 14:19 |
*** serg_melikyan has quit IRC | 14:26 | |
openstackgerrit | Merged openstack/murano-apps: Add validators to k8s pod UI https://review.openstack.org/175352 | 14:32 |
*** samuelBartel has joined #murano | 14:33 | |
openstackgerrit | Merged openstack/python-muranoclient: Limit parameter is no longer ignored for packages https://review.openstack.org/174857 | 14:34 |
shaggycat | slagun, thank you. I added Properties: instance: Contract: $.class(res:Instance).notNull(), and got new error | 14:35 |
shaggycat | slagun, null value violates notNull() contract /// what is it? How I can fix it? | 14:35 |
*** joefides has joined #murano | 14:37 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-agent: Increment max FormatVersion https://review.openstack.org/171629 | 14:37 |
slagun | shaggycat: you need to pass instance value from UI form | 14:39 |
slagun | shaggycat: like this: https://github.com/openstack/murano-apps/blob/master/MySQL/package/UI/ui.yaml#L10 | 14:40 |
shaggycat | name: generateHostname($.instanceConfiguration.unitNamingPattern, 1) ? | 14:41 |
shaggycat | slagun, thank you | 14:41 |
*** drupalmonkey has joined #murano | 14:45 | |
*** serg_melikyan has joined #murano | 14:47 | |
openstackgerrit | Merged openstack/murano: [devstack] Automatically enable required service in devstack https://review.openstack.org/172101 | 14:49 |
*** ogzy has quit IRC | 14:56 | |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-apps: Add license information https://review.openstack.org/175435 | 14:57 |
openstackgerrit | Merged openstack/murano-dashboard: Improve bundle/package form handling https://review.openstack.org/175341 | 15:03 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-apps: Add license information https://review.openstack.org/175435 | 15:05 |
openstackgerrit | Merged openstack/murano-dashboard: Hide unpublic and not owned packages https://review.openstack.org/173947 | 15:14 |
*** serg_melikyan has quit IRC | 15:14 | |
*** serg_melikyan has joined #murano | 15:21 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-apps: Add Docker App https://review.openstack.org/175448 | 15:25 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Application icons: css/html tweaks. https://review.openstack.org/175071 | 15:33 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Application icons: css/html tweaks. https://review.openstack.org/175071 | 15:49 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-apps: Add license information https://review.openstack.org/175435 | 15:56 |
openstackgerrit | Alexander Tivelkov proposed openstack/murano: YAQL File Position now contains package Name & ID https://review.openstack.org/175465 | 15:58 |
openstackgerrit | Merged openstack/murano-agent: Increment max FormatVersion https://review.openstack.org/171629 | 16:01 |
openstackgerrit | Alexander Tivelkov proposed openstack/murano: YAQL File Position now contains package Name & ID https://review.openstack.org/175465 | 16:02 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-apps: Add license information https://review.openstack.org/175435 | 16:05 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Application icons: css/html tweaks https://review.openstack.org/175071 | 16:08 |
*** joefides has quit IRC | 16:10 | |
*** joefides has joined #murano | 16:10 | |
*** joefides has quit IRC | 16:11 | |
*** joefides has joined #murano | 16:11 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-apps: Add Docker App https://review.openstack.org/175448 | 16:14 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-apps: Add license information https://review.openstack.org/175435 | 16:15 |
*** eghobo has joined #murano | 16:16 | |
openstackgerrit | Merged openstack/murano-dashboard: Improve title adding in 'Application Catalog' page https://review.openstack.org/174471 | 16:22 |
*** gcivitella has quit IRC | 16:31 | |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-agent: Update from global requirements https://review.openstack.org/175478 | 16:39 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-agent: Update from global requirements https://review.openstack.org/175478 | 16:40 |
*** joefides has quit IRC | 16:50 | |
*** joefides has joined #murano | 16:50 | |
shaggycat | slagun, could you help please, how I can fix "null value violates notNull() contract | 16:51 |
shaggycat | " error? | 16:51 |
slagun | shaggycat: I thought I already answered to this: you need to provide instance value like in https://github.com/openstack/murano-apps/blob/master/MySQL/package/UI/ui.yaml#L10 | 16:52 |
shaggycat | slagun, yes, but after i copy-paste this part, | 16:53 |
shaggycat | my form will broken | 16:53 |
shaggycat | and app can't add in enviroment | 16:53 |
shaggycat | I try write new package, based on zabbix server | 16:53 |
shaggycat | and it's cant deploy with sme error | 16:54 |
shaggycat | original zabbix server of cource deploy | 16:54 |
shaggycat | It is difficult for debug :((( | 16:54 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Application icons: css/html tweaks https://review.openstack.org/175071 | 16:55 |
openstackgerrit | Stan Lagun proposed openstack/murano-apps: Update for changes in k8s 0.15 https://review.openstack.org/175485 | 16:55 |
katyafervent | shaggycat, hi | 16:55 |
katyafervent | show me your UI definition | 16:55 |
slagun | shaggycat: maybe you copypasted not everything needed | 16:55 |
shaggycat | slagun, may be. Thank you very much for help | 16:56 |
shaggycat | Could you please check this package: https://www.dropbox.com/s/nmbtdvt6icc6tg8/io.murano.apps.linux.Squid.zip?dl=0 and tell my, how i can debug it myself? | 16:57 |
shaggycat | I want understand, how I can find this erorrs in code | 16:57 |
katyafervent | Do you know why Application section is needed? | 16:57 |
shaggycat | katyafervent, hi | 16:57 |
shaggycat | katyafervent, are you ask me? | 16:57 |
katyafervent | yes, if you don't I can tell | 16:58 |
katyafervent | you :) | 16:58 |
shaggycat | katyafervent, unfortunetely, I not :( | 16:59 |
shaggycat | katyafervent, I'm just very stupid new murano user | 17:00 |
katyafervent | so we are here to answer your questions | 17:00 |
shaggycat | And I have dreams about getting skill of murano debug :)) | 17:00 |
slagun | shaggycat: what exect error do you get now? | 17:00 |
shaggycat | slagun, same | 17:01 |
shaggycat | slagun, null value violates notNull() contract | 17:01 |
katyafervent | Application section turns into Object model and engine understands, what heat stack should be generated to deploy such model | 17:01 |
slagun | shaggycat: try to remove "name: $.appConfiguration.name" (line 6) from your UI.aml | 17:02 |
katyafervent | This section located in UI definition temporary, since this is the one place, where user input can be passed to the object model | 17:02 |
slagun | this is done automatically and I'm not sure it works this way now | 17:03 |
katyafervent | and it will be deployed with parameters, that user provided | 17:03 |
openstackgerrit | Merged openstack/murano-agent: Update from global requirements https://review.openstack.org/175478 | 17:07 |
katyafervent | why do you have hidden: true on unitNamingPattern ? | 17:08 |
katyafervent | it is used in instance name generation | 17:08 |
katyafervent | Stan, is it allowed to leave this field empty? | 17:09 |
*** kzaitsev has quit IRC | 17:10 | |
shaggycat | slagun, it's not help: https://www.dropbox.com/s/nmbtdvt6icc6tg8/io.murano.apps.linux.Squid.zip?dl=0 same error | 17:15 |
shaggycat | slagun, I'm confused about ask of help, but debug murano app is really difficult for me | 17:21 |
shaggycat | slagun, may be, I don't understand anything, understanding by all | 17:22 |
shaggycat | who use murano | 17:22 |
shaggycat | but I'm not :( | 17:22 |
slagun | shaggycat: We are working on simplifying this. I'll tell you what is wrong but I need to commit some urgent fix. I'll back to you in 15 min | 17:23 |
shaggycat | slagun, thank you very much for help | 17:23 |
shaggycat | slagun, I need go out from office. Do you will here after 2 hours? | 17:24 |
shaggycat | I will come back here at home | 17:24 |
slagun | I'm afraid not. | 17:25 |
slagun | You can reach me by mail slagun@mirantis.com | 17:25 |
*** eghobo_ has joined #murano | 17:27 | |
shaggycat | Oh! Thank you very much. I sended you dropbox link | 17:27 |
*** eghobo has quit IRC | 17:29 | |
openstackgerrit | Stan Lagun proposed openstack/murano-apps: Update for changes in k8s 0.15 https://review.openstack.org/175485 | 17:34 |
*** serg_melikyan has quit IRC | 17:55 | |
*** joefides_ has joined #murano | 17:55 | |
slagun | shaggycat: are you still here? | 17:58 |
*** joefides has quit IRC | 17:59 | |
slagun | I'm not geting notNull() violation on your package. Maybe you just forgot to reupload changed version back to catalog. Im getting an error on agent.call() but thats because of commented block of code that builds execution plan | 18:00 |
*** eghobo_ has quit IRC | 18:17 | |
*** eghobo has joined #murano | 18:27 | |
*** serg_melikyan has joined #murano | 19:18 | |
*** imarnat is now known as igormarnat | 19:25 | |
*** joefides_ has quit IRC | 19:40 | |
*** joefides has joined #murano | 19:41 | |
*** serg_melikyan has quit IRC | 20:05 | |
*** kzaitsev has joined #murano | 20:14 | |
openstackgerrit | Kirill Zaitsev proposed openstack/python-muranoclient: Support multiple filenames for import commands https://review.openstack.org/172903 | 20:16 |
*** samuelBartel has quit IRC | 20:46 | |
*** eghobo_ has joined #murano | 20:55 | |
*** eghobo has quit IRC | 20:58 | |
*** eghobo_ has quit IRC | 21:07 | |
*** eghobo has joined #murano | 21:08 | |
*** asalkeld has joined #murano | 21:15 | |
*** serg_melikyan has joined #murano | 21:51 | |
*** yamamoto has joined #murano | 21:56 | |
*** serg_melikyan has quit IRC | 21:56 | |
*** joefides has quit IRC | 21:57 | |
*** pradip has quit IRC | 22:39 | |
*** pradip has joined #murano | 22:39 | |
*** eghobo has quit IRC | 22:53 | |
*** eghobo has joined #murano | 23:01 | |
*** serg_melikyan has joined #murano | 23:06 | |
*** serg_melikyan has quit IRC | 23:11 | |
*** yamamoto has quit IRC | 23:18 | |
*** pradip has quit IRC | 23:18 | |
*** pradip has joined #murano | 23:18 | |
*** kzaitsev has quit IRC | 23:29 | |
*** yamamoto has joined #murano | 23:55 | |
*** openstackgerrit has quit IRC | 23:58 | |
*** openstackgerrit has joined #murano | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!