[openstack-dev] OpenStack Alarms

2013-11-20 Thread Waines, Greg
I have a general question about alarming in OpenStack. Service 'ceilometer-alarm-singleton' generates 'Threshold' Alarms based on threshold crossings of the meters it is monitoring. And service 'ceilometer-alarm-notifier' listens to the RPC bus for Alarm Notification events and executes the

[openstack-dev] [Magnum] Following Magnum QuickStart page, how do i use Docker CLI directly to manage containers

2016-07-18 Thread Waines, Greg
Was trying out Magnum in Devstack, following the instructions at http://docs.openstack.org/developer/magnum/dev/dev-quickstart.html I successfully created a swarmbay. test -f ~/.ssh/id_rsa.pub || ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa nova keypair-add --pub-key ~/.ssh/id_rsa.pub testkey magnum

Re: [openstack-dev] [Magnum] Is LBAAS mandatory for MAGNUM ?

2016-07-18 Thread Waines, Greg
that aims to decouple lbaas from Magnum https://blueprints.launchpad.net/magnum/+spec/decouple-lbaas. You can use flag –master-lb-enabled in baymodel to specify whether you want lbaas or not. However it just allows you to disable lbaas when master count is 1. Regards, Madhuri From: Waines, Greg [mailto:greg.w

[openstack-dev] [Magnum] What is Magnum's behaviour wrt Images in Glance and which ones are downloaded to COE ?

2016-07-19 Thread Waines, Greg
I have successfully setup devstack with Magnum, following this link https://github.com/openstack/magnum/blob/master/doc/source/dev/quickstart.rst#building-and-using-a-swarm-bay I created a Docker-Swarm bay and successfully launched a simple container. What is the behavior of MAGNUM wrt

[openstack-dev] [Magnum] Does Docker-Swarm not support inter-node/vm inter-container networking ?

2016-07-19 Thread Waines, Greg
I have successfully setup devstack with Magnum, following this link https://github.com/openstack/magnum/blob/master/doc/source/dev/quickstart.rst#building-and-using-a-swarm-bay I created a Docker-Swarm bay and successfully launched some simple containers. I noticed that Docker-Swarm’s Container

Re: [openstack-dev] [Magnum] Does Docker-Swarm not support inter-node/vm inter-container networking ?

2016-07-20 Thread Waines, Greg
uld be the IP address of the VM where the container is hosted together with the port mapped. You just cannot ping from one container to another across VM's in this mode. Ton Ngo, [nactive hide details for "Waines, Greg" ---07/19/2016 11:12:50 AM---I hav]"Waines, Greg" ---07/19/2016 11:

[openstack-dev] [Magnum] Is LBAAS mandatory for MAGNUM ?

2016-07-18 Thread Waines, Greg
I’m relatively new to looking at Magnum. Just recently played with Magnum in devstack on Newton. I noticed that the HEAT Stack used by Magnum created Load Balancer Pool and Load Balancer HealthMonitor. QUESTION … Is LBAAS support mandatory for MAGNUM ? or can it be used (configured) without it

[openstack-dev] [Murano] Is 'murano-agent' support optional in an OpenStack Murano Deployment ?

2017-02-21 Thread Waines, Greg
A couple of questions about Murano-agent functionality in an OpenStack Murano Deployment: 1. Is the Murano-agent functionality truly optional ? I believe answer is yes … although wanted to confirm that the optionality wasn’t referring to whether Murano-agent was implemented with same or

Re: [openstack-dev] [Magnum] What is Magnum's behaviour wrt Images in Glance and which ones are downloaded to COE ?

2016-10-05 Thread Waines, Greg
ck-dev@lists.openstack.org> Subject: Re: [openstack-dev] [Magnum] What is Magnum's behaviour wrt Images in Glance and which ones are downloaded to COE ? On 2016年07月20日 00:35, Waines, Greg wrote: I created a Docker-Swarm bay and successfully launched a simple container. What is the behavior of MAG

[openstack-dev] [Murano] Errors on $.instance.deploy() ... WHEN RUNNING WITHOUT MURANO-AGENT RABBIT

2017-03-03 Thread Waines, Greg
Looking for guidance on fixing the following error (end of email) that we are seeing when ‘deploying’ a very simple murano package/app on a Murano deployment WITHOUT the second rabbit server for murano-agent. So we have a NEWTON-version of MURANO integrated into our OpenStack solution. We have

[openstack-dev] [Murano] Where to find list of Newton Murano bugs, and post-Newton commits

2017-03-12 Thread Waines, Greg
We have integrated a NEWTON-version of Murano into our OpenStack product. And are beginning to do some testing of Murano. Where can I find a current list of bugs that exist in NEWTON-version of MURANO ? AND Where can I find a list of post-NEWTON commits to MURANO ? (i.e. bug fixes,

Re: [openstack-dev] [Murano] Errors on $.instance.deploy() ... WHEN RUNNING WITHOUT MURANO-AGENT RABBIT

2017-03-06 Thread Waines, Greg
Date: Friday, March 3, 2017 at 4:16 PM To: "openstack-dev@lists.openstack.org" <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] [Murano] Errors on $.instance.deploy() ... WHEN RUNNING WITHOUT MURANO-AGENT RABBIT Greg, you're right in everything you said. This was f

[openstack-dev] [Murano] ERROR murano.common.engine [-] yaql.language.exceptions.NoMatchingMethodException: No method "values" for receiver None matches supplied arguments

2017-03-06 Thread Waines, Greg
We are attempting to integrate a NEWTON-version of MURANO integrated into our OpenStack solution. With a very simple murano package/app, that basically just does a “ $.instance.deploy() “ in its deploy method of its main class, we are getting the following traceback error (see end of email).

Re: [openstack-dev] [Murano] Errors on $.instance.deploy() ... WHEN RUNNING WITHOUT MURANO-AGENT RABBIT

2017-03-06 Thread Waines, Greg
e consider using LinuxInstance class instead of LinuxMuranoInstance. LinuxInstance doesn't try to build agent config and push it through cloud-init and thus should not have such problems Regards, Stan On March 6, 2017 at 6:51:11 AM, Waines, Greg (greg.wai...@windriver.com<mailto:greg.wai...@w

Re: [openstack-dev] [Murano] ERROR murano.common.engine [-] yaql.language.exceptions.NoMatchingMethodException: No method "values" for receiver None matches supplied arguments

2017-03-06 Thread Waines, Greg
ing that can happen under normal conditions. Unfortunately I cannot tell why it happened in your case. I'd start with debugging of the Heat stack in attempt to find out why Heat didn't set the output values Regards, Stan On March 6, 2017 at 12:02:59 PM, Waines, Greg (greg.wai...@windriver

Re: [openstack-dev] [Murano] Errors on $.instance.deploy() ... WHEN RUNNING WITHOUT MURANO-AGENT RABBIT

2017-03-07 Thread Waines, Greg
nother place. Here is the fix for you: https://review.openstack.org/#/c/442198/ Also please consider using LinuxInstance class instead of LinuxMuranoInstance. LinuxInstance doesn't try to build agent config and push it through cloud-init and thus should not have such problems Regards, Stan On March 6,

[openstack-dev] [Murano] Newton version of Murano fails trying to auto-import a Liberty version of io.murano.applications.zip

2017-03-07 Thread Waines, Greg
I am running a NEWTON version of Murano. When I try to import a package that is using io.murano.applications classes (e.g. SingleServerApplication), it seems to try to auto-import the liberty version of io.murano.applications.zip … and fails. Is this a bug ? Is it suppose to be using NEWTON

Re: [openstack-dev] [ironic] Looking for a good end-to-end demo of ironic integrated within openstack

2017-07-28 Thread Waines, Greg
default it downloads them from the cirros http://download.cirros-cloud.net Sam On 24/07/2017, 17:07, "Waines, Greg" <greg.wai...@windriver.com<mailto:greg.wai...@windriver.com>> wrote: Hey Lucas, Thanks for the pointer to this ironic devstack setup using VMs as baremetal

Re: [openstack-dev] [magnum] Interface configuration and assumptions for masters/minions launched by magnum

2017-07-28 Thread Waines, Greg
ossible to create bare metal instances with multiple ports. [1] https://github.com/openstack/magnum/tree/master/magnum/drivers/k8s_fedora_atomic_v1/templates [2] https://github.com/openstack/magnum/tree/master/magnum/drivers/k8s_coreos_v1/templates [3] https://bugs.launchpad.net/ironic/+bug/1666009 Mark

[openstack-dev] [magnum] Interface configuration and assumptions for masters/minions launched by magnum

2017-07-17 Thread Waines, Greg
When MAGNUM launches a VM or Ironic instance for a COE master or minion node, with the COE Image, What is the interface configuration and assumptions for these nodes ? e.g. - only a single interface ? - master and minion communication over that interface ? - communication to Docker Registry or

[openstack-dev] [magnum] Architecture support for either VM or Ironic instance as Containers' Host ?

2017-07-17 Thread Waines, Greg
I believe the MAGNUM architecture supports using either a VM Instance or an Ironic Instance as the Host for the COE’s masters and minions. How is this done / abstracted within the MAGNUM Architecture ? i.e. is there a ‘container-host-driver API’ that is defined; and implemented for both VM and

Re: [openstack-dev] [zun] Some general ZUN use case / drivers type questions

2017-07-11 Thread Waines, Greg
ry. Zun does do resource tracking and scheduling right now, but this is temporary. The long-term plan is to switch to the Placement API [1] after it is spited out from Nova. [1] https://docs.openstack.org/nova/latest/placement.html Best regards, Hongbin From: Waines, Greg [mailto:greg.wai...@w

Re: [openstack-dev] [zun] Some general ZUN use case / drivers type questions

2017-07-11 Thread Waines, Greg
this feature request: https://blueprints.launchpad.net/zun/+spec/show-container-engine-info . Hopefully, the implementation will be available at the next release or two. Best regards, Hongbin From: Waines, Greg [mailto:greg.wai...@windriver.com] Sent: July-11-17 10:24 AM To: Hongbin Lu; OpenSt

[openstack-dev] [zun] "--image-driver glance" doesn't seem to work @ master

2017-07-12 Thread Waines, Greg
Just tried this, this morning. I can not launch a container when I specify to pull the container image from glance (instead of docker hub). I get an error back from docker saying the “:latest” can not be found. I tried renaming the glance image to “:latest” ... but that didn’t work either.

[openstack-dev] [zun] "--nets network=..." usage question

2017-07-12 Thread Waines, Greg
What is expected for the “--nets network=...” parameter on zun run or create ? Is it the network name, the subnet name, the network uuid, the subnet uuid, ... I think I’ve tried them all and none work. Full logs: stack@devstack-zun:~/devstack$ neutron net-list neutron CLI is deprecated and

Re: [openstack-dev] [zun] Some general ZUN use case / drivers type questions

2017-07-07 Thread Waines, Greg
ev@lists.openstack.org> Subject: Re: [openstack-dev] [zun] Some general ZUN use case / drivers type questions Hi Greg, Please find my replies inline. Best regards, Hongbin From: Waines, Greg [mailto:greg.wai...@windriver.com] Sent: July-06-17 11:49 AM To: openstack-dev@lists.openstack.o

Re: [openstack-dev] [zun] Some general ZUN use case / drivers type questions

2017-07-07 Thread Waines, Greg
et/hongbin034/clipboards/zun-deployment Best regards, Hongbin From: Waines, Greg [mailto:greg.wai...@windriver.com] Sent: July-07-17 7:05 AM To: OpenStack Development Mailing List (not for usage questions) Cc: Hongbin Lu Subject: Re: [openstack-dev] [zun] Some general ZUN use case / drivers type

[openstack-dev] [ironic] Looking for a good end-to-end demo of ironic integrated within openstack

2017-07-20 Thread Waines, Greg
hey there, I’m an ironic newbie ... where can I find a good / relatively-current (e.g. PIKE) demo of Ironic integrated within OpenStack ? Greg. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [openstack-dev] [ironic] Looking for a good end-to-end demo of ironic integrated within openstack

2017-07-24 Thread Waines, Greg
Hey Lucas, Thanks for the pointer to this ironic devstack setup using VMs as baremetal servers. I was able to follow the recipe and get this working and play with ironic. Of course I’ve got some follow up questions. Questions on the images: stack@devstack-ironic:~/devstack$ glance image-list

Re: [openstack-dev] [zun] "--image-driver glance" doesn't seem to work @ master

2017-07-12 Thread Waines, Greg
cirros | glance image-create --visibility public --container-format=docker --disk-format=raw --name cirros $ zun run -i --name ctn-ping --image-driver glance cirros ping 8.8.8.8 Best regards, Hongbin From: Waines, Greg [mailto:greg.wai...@windriver.com] Sent: July-12-17 1:01 PM To: OpenStack Developmen

[openstack-dev] [zun] Some general ZUN use case / drivers type questions

2017-07-06 Thread Waines, Greg
Apologize I have some ‘newbie’ questions on zun. I have looked a bit at zun ... a few slide decks and a few summit presentation videos. I am somewhat familiar with old container orchestration attempts in openstack ... nova and heat. And somewhat familiar with Magnum for COEs on VMs. Question

[openstack-dev] [vitrage] Alarm Banner for Vitrage Dashboard ?

2017-05-02 Thread Waines, Greg
Any opinions on whether an Alarm Banner for the Vitrage Dashboard would be a useful blueprint for improved usability ? i.e. an ACTIVE Alarm Counts Banner in the Top Navbar of Horizon · populated with the Active Alarm Counts for Critical, Major, Minor, Warning Severities from Vitrage,

Re: [openstack-dev] [vitrage] trouble installing Nagios on devstack on ubuntu 16.04 ...

2017-05-03 Thread Waines, Greg
I don’t think I saw any responses to this. Alternative question ... so I’ve got vitrage up and running fine ... What’s the easiest way to generate an alarm against a host ? ( OTHER than NAGIOS, due to problem in original email ) ??? let me know any ideas, Greg. From: Greg Waines

[openstack-dev] [vitrage] [nova] VM Heartbeat / Healthcheck Monitoring

2017-05-09 Thread Waines, Greg
I am looking for guidance on where to propose some “VM Heartbeat / Health-check Monitoring” functionality that I would like to contribute to openstack. Briefly, “VM Heartbeat / Health-check Monitoring” · is optionally enabled thru a Nova flavor extra-spec, · is a service that

Re: [openstack-dev] [vitrage] [nova] VM Heartbeat / Healthcheck Monitoring

2017-05-10 Thread Waines, Greg
dev@lists.openstack.org" <openstack-dev@lists.openstack.org> Date: Wednesday, May 10, 2017 at 9:49 AM To: "openstack-dev@lists.openstack.org" <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] [vitrage] [nova] VM Heartbeat / Healthcheck Monitoring On

Re: [openstack-dev] [vitrage] [nova] VM Heartbeat / Healthcheck Monitoring

2017-05-10 Thread Waines, Greg
Some other UPDATES on this proposal (from outside the mailing list): · this should probably be based on an ‘image property’ rather than a ‘flavor extraspec’, since it requires code to be included in the guest/VM image, · rather than use a unique virtio-serial link for the

Re: [openstack-dev] [vitrage] [nova] [HA] [masakari] VM Heartbeat / Healthcheck Monitoring

2017-05-17 Thread Waines, Greg
to be a very useful capability. May I suggest that you propose a new user story for it, along similar lines to this existing one? http://specs.openstack.org/openstack/openstack-user-stories/user-stories/proposed/ha_vm.html Waines, Greg <greg.wai...@windriver.com<mailto:greg.wai...@wi

Re: [openstack-dev] [vitrage] [nova] VM Heartbeat / Healthcheck Monitoring

2017-05-15 Thread Waines, Greg
There is currently no place where you can check if an event arrived or not. How about adding this test to a monitoring tool like Zabbix, and then consume the alarm (for a missing heartbeat) in Vitrage? Best Regards, Ifat. From: "Waines, Greg" <greg.wai...@windriver.com> Reply-

[openstack-dev] [masakari] Intrusive Instance Monitoring

2017-05-17 Thread Waines, Greg
( I have been having a discussion with Adam Spiers on [openstack-dev][vitrage][nova] on this topic ... thought I would switchover to [masakari] ) I am interested in contributing an implementation of Intrusive Instance Monitoring, initially specifically VM Heartbeat / Heath-check Monitoring

Re: [openstack-dev] [vitrage] [nova] VM Heartbeat / Healthcheck Monitoring

2017-05-16 Thread Waines, Greg
thanks for the pointers Sam. I took a quick look. I agree that the VM Heartbeat / Health-check looks like a good fit into Masakari. Currently your instance monitoring looks like it is strictly black-box type monitoring thru libvirt events. Is that correct ? i.e. you do not do any intrusive

Re: [openstack-dev] [vitrage] [nova] [HA] VM Heartbeat / Healthcheck Monitoring

2017-05-17 Thread Waines, Greg
ack-dev@lists.openstack.org" <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] [vitrage] [nova] [HA] VM Heartbeat / Healthcheck Monitoring Waines, Greg <greg.wai...@windriver.com<mailto:greg.wai...@windriver.com>> wrote: thanks for the pointers Sam. I took a

Re: [openstack-dev] [vitrage] [nova] [HA] VM Heartbeat / Healthcheck Monitoring

2017-05-17 Thread Waines, Greg
com> Reply-To: "openstack-dev@lists.openstack.org" <openstack-dev@lists.openstack.org> Date: Tuesday, May 16, 2017 at 7:42 PM To: "openstack-dev@lists.openstack.org" <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] [vitrage] [nova] [HA] VM Heartbeat /

[openstack-dev] [horizon] Blueprint process question

2017-05-18 Thread Waines, Greg
A blueprint question for horizon team. I registered a new blueprint the other day. https://blueprints.launchpad.net/horizon/+spec/vitrage-alarm-counts-in-topnavbar Do I need to do anything else to get this reviewed? I don’t think so, but wanted to double check. How frequently do horizon

Re: [openstack-dev] [masakari] Intrusive Instance Monitoring

2017-05-29 Thread Waines, Greg
ciate it if you could write a spec for this in [2], and it will help masakari community and openstack-ha community to understand the requirements and support them in future developments. [1] http://lists.openstack.org/pipermail/openstack-dev/2017-May/117003.html [2] https://github.com/opensta

Re: [openstack-dev] [vitrage] [nova] [HA] [masakari] VM Heartbeat / Healthcheck Monitoring

2017-05-18 Thread Waines, Greg
and the masakari team whether they would consider that in scope for their roadmap. Waines, Greg <greg.wai...@windriver.com<mailto:greg.wai...@windriver.com>> wrote: Sure. I can propose a new user story. And then are you thinking of including this user story in the scope of what masakari woul

Re: [openstack-dev] [vitrage] [nova] VM Heartbeat / Healthcheck Monitoring

2017-05-16 Thread Waines, Greg
Sam, Two other more higher-level points I wanted to discuss with you about Masaraki. First, so I notice that you are doing both monitoring, auto-recovery and even host maintenance type functionality as part of the Masaraki architecture. are you open to some configurability

Re: [openstack-dev] [masakari] Intrusive Instance Monitoring

2017-05-30 Thread Waines, Greg
elopers.html#working-on-specifications-and-blueprints --- Regards, Sampath On Tue, May 30, 2017 at 4:39 AM, Jeremy Stanley <fu...@yuggoth.org<mailto:fu...@yuggoth.org>> wrote: On 2017-05-29 14:48:10 + (+), Waines, Greg wrote: Was just trying to submit my spec for In

Re: [openstack-dev] [masakari] Intrusive Instance Monitoring

2017-05-30 Thread Waines, Greg
enstack-dev@lists.openstack.org" <openstack-dev@lists.openstack.org> Date: Monday, May 29, 2017 at 3:39 PM To: "openstack-dev@lists.openstack.org" <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] [masakari] Intrusive Instance Monitoring On 2017-05-29 14:4

Re: [openstack-dev] [horizon] Blueprint process question

2017-05-31 Thread Waines, Greg
someone asks via email or IRC. During the weekly meetings we always have time for open discussion of bugs/blueprints/patches etc. Rob On 18 May 2017 at 16:31, Waines, Greg <greg.wai...@windriver.com<mailto:greg.wai...@windriver.com>> wrote: A blueprint question for horizon team.

Re: [openstack-dev] [masakari] Intrusive Instance Monitoring

2017-06-02 Thread Waines, Greg
ay 30, 2017 at 8:12 AM To: "openstack-dev@lists.openstack.org" <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] [masakari] Intrusive Instance Monitoring Hi Greg, Great.. thank you. I will ask people to review this.. --- Regards, Sampath On Tue, May 30, 20

[openstack-dev] [horizon] seeing another users panel in Mitaka ?

2017-06-07 Thread Waines, Greg
Has anyone seen the following behavior / issue ? I am using Mitaka. Sometimes ... with many users using the OpenStack installation, I can be logged into Horizon as User-A/Tenant-A, on the Compute-->Instances panel showing my running instances. and then For a few seconds (~3-4 seconds), my panel

Re: [openstack-dev] [horizon] Blueprint process question

2017-06-01 Thread Waines, Greg
int in the page header. David On Wed, May 31, 2017 at 11:06 AM, Waines, Greg <greg.wai...@windriver.com<mailto:greg.wai...@windriver.com>> wrote: Hey Rob, Just thought I’d check in on whether Horizon team has had a chance to review the following blueprint: https://blueprint

[openstack-dev] [horizon] Extensible Header Blueprint

2017-06-08 Thread Waines, Greg
t the Vitrage UI plugin and a separate blueprint should be added to Horizon to create the extension point in the page header. David On Wed, May 31, 2017 at 11:06 AM, Waines, Greg <greg.wai...@windriver.com<mailto:greg.wai...@windriver.com>> wrote: Hey Rob, Just thought I’d check in

[openstack-dev] [vitrage-dashboard] Alarm Header Blueprint

2017-06-08 Thread Waines, Greg
s and do code reviews without too many specs. You are welcome to write a blueprint-only description, and maybe send us (or add to the blueprintß) a UI mock. Let us know if you need any help with that. Best Regards, Ifat. From: "Waines, Greg" <greg.wai...@windriver.com> Date: Wedn

Re: [openstack-dev] [horizon] Extensible Header Blueprint

2017-06-15 Thread Waines, Greg
plugin for Vitrage, in this case, would then be responsible for populating that content if desired. This specific blueprint should really be targeted at the Vitrage UI plugin and a separate blueprint should be added to Horizon to create the extension point in the page header. David On Wed, May 3

Re: [openstack-dev] [vitrage-dashboard] Alarm Header Blueprint

2017-06-15 Thread Waines, Greg
code reviews without too many specs. You are welcome to write a blueprint-only description, and maybe send us (or add to the blueprintß) a UI mock. Let us know if you need any help with that. Best Regards, Ifat. From: "Waines, Greg" <greg.wai...@windriver.com> Date: Wednesday,

Re: [openstack-dev] [vitrage-dashboard] Alarm Header Blueprint

2017-06-16 Thread Waines, Greg
just implement the features and do code reviews without too many specs. You are welcome to write a blueprint-only description, and maybe send us (or add to the blueprintß) a UI mock. Let us know if you need any help with that. Best Regards, Ifat. From: "Waines, Greg" <greg.wai...@

[openstack-dev] [vitrage] trouble installing Nagios on devstack on ubuntu 16.04 ...

2017-05-02 Thread Waines, Greg
Hey ... I’m working thru the ‘Vitrage - Getting Started Guide’ https://docs.openstack.org/developer/vitrage/vitrage-first_steps.html Was able to get vitrage up and running and enabled in horizon ... on ubuntu 16.04 . ( I tried on ubuntu 14.04 and ‘./stack.sh’ warned that it had not been

Re: [openstack-dev] [vitrage] Alarm Banner for Vitrage Dashboard ?

2017-05-03 Thread Waines, Greg
e/Instances”), or just in Vitrage? for the first option I think you would need to write the code in Horizon itself, not in vitrage-dashboard. Let me know if you need any assistance with this blueprint. Also, if you are attending the Boston summit, we can meet and discuss it. Best Regards, Ifat.

[openstack-dev] [magnum] issue with admin_osc.keystone().trustee_domain_id

2017-09-20 Thread Waines, Greg
We are in the process of integrating MAGNUM into our OpenStack distribution. We are working with NEWTON version of MAGNUM. We have the MAGNUM processes up and running and configured. However we are seeing the following error (see stack trace below) on virtually all MAGNUM CLI calls. The code

Re: [openstack-dev] [magnum] issue with admin_osc.keystone().trustee_domain_id

2017-09-22 Thread Waines, Greg
Just another note on this ... We have · setup a ‘magnum’ domain, and · setup a ‘trustee_domain_admin’ user within that domain, and · gave that user and domain the admin role, and <-- actually not 100% sure about this · referenced these items in magnum.conf

Re: [openstack-dev] [nova] how does UEFI booting of VM manage per-instance copies of OVMF_VARS.fd ?

2017-10-06 Thread Waines, Greg
org> Sent: Thursday, September 28, 2017 12:53:16 PM Subject: Re: [openstack-dev] [nova] how does UEFI booting of VM manage per-instance copies of OVMF_VARS.fd ? On 09/27/2017 09:09 AM, Waines, Greg wrote: > Hey there ... a question about UEFI booting of VMs. > > i.e. > > glance i

[openstack-dev] [murano] Support for http_proxy environment variable in NEWTON

2017-10-10 Thread Waines, Greg
Is this a known issue in NEWTON ? i.e. it does NOT appear that murano client uses the http_proxy environment variable defined in /etc/environment e.g. murano package-import will NOT work behind a proxy server, even if http_proxy is defined in /etc/environment Is this

[openstack-dev] [ironic] How is the interface for tftpboot server typically configured on OVS ?

2017-10-12 Thread Waines, Greg
Hey, We are in the process of integrating OpenStack Ironic into our own OpenStack Distribution. One of the areas that we cannot find a good description of is: How is the interface for the tftpboot server typically configured on OVS ? i.e. · i know tftpboot server runs on the same

Re: [openstack-dev] [vitrage] Collectd - to - Vitrage setup issues

2017-08-30 Thread Waines, Greg
age/vitrage.conf: [collectd] config_file = /etc/vitrage/collectd_conf.yaml Then you should restart vitrage-graph. Let me know if it helped, Ifat. From: "Waines, Greg" <greg.wai...@windriver.com> Date: Wednesday, 23 August 2017 at 21:19 I am trying to get collectd to report some alarms

Re: [openstack-dev] [vitrage] Collectd - to - Vitrage setup issues

2017-09-05 Thread Waines, Greg
as not found. Please verify that your collectd_conf.yaml looks like that: collectd: - collectd_host: devstack-vitrage/cpu/0 type: name: - collectd_host: … If this doesn’t help, please send me the file and I’ll have a look. Best Regards, Ifat. From: "Waines, Greg" <greg.wai

Re: [openstack-dev] [nova] how does UEFI booting of VM manage per-instance copies of OVMF_VARS.fd ?

2017-09-28 Thread Waines, Greg
Any info on this ? I did launch a VM with UEFI booting and did not see any copy of OVMF_VARS.fd proactively copied into /etc/nova/instances// . Maybe Nova only does that on a change to OVMF_VARS.fd ??? ( haven’t figured out how to do that ) anyways any info or pointers would be appreciated,

[openstack-dev] [nova] how does UEFI booting of VM manage per-instance copies of OVMF_VARS.fd ?

2017-09-27 Thread Waines, Greg
Hey there ... a question about UEFI booting of VMs. i.e. glance image-create --file cloud-2730. qcow --disk-format qcow2 --container-format bare --property “hw-firmware-type=uefi” --name clear-linux-image in order to specify that you want to use UEFI (instead of BIOS) when booting VMs with

Re: [openstack-dev] [vitrage] Collectd - to - Vitrage setup issues

2017-08-31 Thread Waines, Greg
..@intel.com> Subject: Re: [openstack-dev] [vitrage] Collectd - to - Vitrage setup issues Hi Greg, Vitrage listens to Collectd notifications, not statistics. Can you please turn on the debug option in /etc/vitrage/vitrage.conf (set “debug = true”), and send me the vitrage-graph.log? Thanks,

Re: [openstack-dev] [masakari] problems starting up masakari instance monitoring in devstack @ master

2017-12-13 Thread Waines, Greg
tack.org> Subject: Re: [openstack-dev] [masakari] problems starting up masakari instance monitoring in devstack @ master Hello Greg, I forgot to tell you. Please use process_list.yaml instead of proc.list.sample. On 2017/12/07 14:03, Rikimaru Honjo wrote: Hello Greg, Please use masakarimonitors.

[openstack-dev] [ironic] Question about pxe_ssh drivers

2017-11-21 Thread Waines, Greg
Hey, We have been integrating OpenStack Ironic into our own OpenStack Distribution. Thanks to help from the mailing list, we’ve been able to successfully ‘nova boot’ a bare metal instance on an ironic node using the pxe_ipmitool drivers. Thanks again for all the help. A QUESTION about some

Re: [openstack-dev] [ironic] Question about pxe_ssh drivers

2017-11-21 Thread Waines, Greg
d there is virtualbmc [2] to emulate ipmi for virtual machines. I ended up using pxe_wol_isci driver. [1] - http://ironic-staging-drivers.readthedocs.io/en/latest/README.html [2] - https://pypi.python.org/pypi/virtualbmc/1.2.0 On Tue, Nov 21, 2017 at 5:22 PM, Waines, Greg <greg.wai...@windriv

Re: [openstack-dev] [ironic] Question about pxe_ssh drivers

2017-11-21 Thread Waines, Greg
you need. Also, pxe_ssh driver is obsoleted by the virtualbmc proxy by now. On 11/21/2017 05:22 PM, Waines, Greg wrote: Hey, We have been integrating OpenStack Ironic into our own OpenStack Distribution. Thanks to help from the mailing list, we’ve been able to successfully ‘nova boot’ a

Re: [openstack-dev] [ceilometer] Blueprint proposals for 'file' publisher: Compression and CSV file format

2017-11-16 Thread Waines, Greg
' publisher: Compression and CSV file format On 2017-11-16 12:44 PM, Waines, Greg wrote: 1.Compression of files (within file rotation) to minimize disk usage and minimize bandwidth in FTP-ing these files off server oi.e. as part of file rotation, the newly rotated file would be gzip’d to compre

[openstack-dev] [ceilometer] Blueprint proposals for 'file' publisher: Compression and CSV file format

2017-11-16 Thread Waines, Greg
Hey there, I am looking for some feedback on 2x enhancement / blueprint proposals for the ‘file’ publisher in ceilometer. i.e. https://github.com/openstack/ceilometer/blob/master/ceilometer/publisher/file.py Are the Ceilometer owners open to looking at blueprints for the following ? 1.

Re: [openstack-dev] [ceilometer] Blueprint proposals for 'file' publisher: Compression and CSV file format

2017-11-16 Thread Waines, Greg
' publisher: Compression and CSV file format On 2017-11-16 02:48 PM, Waines, Greg wrote: Cool ... i will go ahead and submit a blueprint for these. just an fyi, we don't use blueprints in Telemetry projects. just submit the code :) if there's many alternatives to the solution or if it's a somet

[openstack-dev] [masakari] A current high-level description of masakari architecture

2017-11-01 Thread Waines, Greg
Is there a ‘current’ high-level description of the openstack masakari architecture ? I can only find these: https://wiki.openstack.org/wiki/Masakari#Architecture https://www.slideshare.net/masahito12/masakari-virtual-machine-high-availability-for-openstack but i am pretty sure these are

[openstack-dev] [vitrage] Feedback on ability to 'suppress' alarms by type and/or resource in Vitrage

2017-12-01 Thread Waines, Greg
Hey, I am interested in getting some feedback on a proposed blueprint for Vitrage. BLUEPRINT: TITLE: Add the ability to ‘suppress’ alarms by Alarm Type and/or Resource When managing a cloud, there are situations where a particular alarm or a set of alarms from a particular resource are

Re: [openstack-dev] [vitrage] Feedback on ability to 'suppress' alarms by type and/or resource in Vitrage

2017-12-04 Thread Waines, Greg
Thinking about this more ... · Any thoughts on adding a ‘vitrage_alarm_type (enum or short string)’ as a mechanism to identify the general type of problem or alarm being reported in order to address this ? ocould be an optional field obut we’d display in the alarm list oand

Re: [openstack-dev] [vitrage] Feedback on ability to 'suppress' alarms by type and/or resource in Vitrage

2017-12-04 Thread Waines, Greg
se: · No way to suppress some of the alarms by vitrage_alarm_type · Empty column in Vitrage alarms list I think that your second suggestion, of the vitrage_type and regex, could work better. Is there any other reason to add the vitrage_alarm_type property, other than for suppression purposes?

Re: [openstack-dev] [masakari] problems starting up masakari instance monitoring in devstack @ master

2017-12-11 Thread Waines, Greg
ocessmonitor.conf. You can generate it by "tox -egenconfig". hostmonitor.conf and processmonitor.conf are used for monitors implemented by shell script. masakarimonitors.conf is a configuration file for monitors implemented by python that you installed. And, we are preparing setting guides. Plea

Re: [openstack-dev] [masakari] problems starting up masakari instance monitoring in devstack @ master

2017-12-11 Thread Waines, Greg
ase use process_list.yaml instead of proc.list.sample. On 2017/12/07 14:03, Rikimaru Honjo wrote: Hello Greg, Please use masakarimonitors.conf instead of hostmonitor.conf and processmonitor.conf. You can generate it by "tox -egenconfig". hostmonitor.conf and processmonitor.conf are used for

Re: [openstack-dev] [masakari] problems starting up masakari instance monitoring in devstack @ master

2017-12-11 Thread Waines, Greg
file for monitors implemented by python that you installed. And, we are preparing setting guides. Please see it if you are good. masakari: https://review.openstack.org/#/c/489570/ masakari-monitors: https://review.openstack.org/#/c/489095/ Best regards, On 2017/12/06 22:48, Waines, Greg wrote: I

Re: [openstack-dev] [masakari] problems starting up masakari instance monitoring in devstack @ master

2017-12-11 Thread Waines, Greg
g setting guides. Please see it if you are good. masakari: https://review.openstack.org/#/c/489570/ masakari-monitors: https://review.openstack.org/#/c/489095/ Best regards, On 2017/12/06 22:48, Waines, Greg wrote: I am just getting started working with masakari. I am working on master. I have setup Masaka

Re: [openstack-dev] [masakari] problems starting up masakari instance monitoring in devstack @ master

2017-12-11 Thread Waines, Greg
. masakarimonitors.conf is a configuration file for monitors implemented by python that you installed. And, we are preparing setting guides. Please see it if you are good. masakari: https://review.openstack.org/#/c/489570/ masakari-monitors: https://review.openstack.org/#/c/489095/ Best regards, On 2017/1

Re: [openstack-dev] [masakari] problems starting up masakari instance monitoring in devstack @ master

2017-12-12 Thread Waines, Greg
Hello Greg, Please use masakarimonitors.conf instead of hostmonitor.conf and processmonitor.conf. You can generate it by "tox -egenconfig". hostmonitor.conf and processmonitor.conf are used for monitors implemented by shell script. masakarimonitors.conf is a configuration file for monitor

[openstack-dev] [masakari] problems starting up masakari instance monitoring in devstack @ master

2017-12-06 Thread Waines, Greg
I am just getting started working with masakari. I am working on master. I have setup Masakari in Devstack (see details at end of email) ... which starts up masakari-engine and masakari-api processes. I have git cloned the masakari-monitors and started them up (roughly) following the

[openstack-dev] [ironic] Scheduling error with RamFilter ... on integrating ironic into our OpenStack Distribution

2017-10-30 Thread Waines, Greg
Hey, We are in the process of integrating OpenStack Ironic into our own OpenStack Distribution. Still pulling all the pieces together ... have not yet got a successful ‘nova boot’ yet, so issues below could be configuration or setup issues. We have ironic node enrolled ... and corresponding

Re: [openstack-dev] [ironic] Scheduling error with RamFilter ... on integrating ironic into our OpenStack Distribution

2017-10-30 Thread Waines, Greg
openstack flavor set $flavorname --property resources:CUSTOM_METALLICA=1 Then nova boot with that flavor and you should be good to go. -jay On 10/30/2017 01:05 PM, Waines, Greg wrote: Hey, We are in the process of integrating OpenStack Ironic into our own OpenStack Distribution. Still pulling all the pieces together

Re: [openstack-dev] [Edge-computing] [edge][glance][mixmatch]: Wiki of the possible architectures for image synchronisation

2018-06-07 Thread Waines, Greg
I had some additional questions/comments on the Image Synchronization Options ( https://wiki.openstack.org/wiki/Image_handling_in_edge_environment ): One Glance with multiple backends · In this scenario, are all Edge Clouds simply configured with the one central glance for its GLANCE

Re: [openstack-dev] [Edge-computing] [edge][glance][mixmatch]: Wiki of the possible architectures for image synchronisation

2018-06-08 Thread Waines, Greg
ixmatch]: Wiki of the possible architectures for image synchronisation Hi, Going inline. From: Waines, Greg [mailto:greg.wai...@windriver.com] Sent: Thursday, June 7, 2018 2:24 PM I had some additional questions/comments on the Image Synchronization Options ( https://wiki.openstack.org/wiki/Imag

[openstack-dev] [barbican] default devstack barbican secret store ? and big picture question ?

2018-06-18 Thread Waines, Greg
Hey ... a couple of NEWBY question for the Barbican Team. I just setup a devstack with Barbican @ stable/queens . Ran through the “Verify operation” commands ( https://docs.openstack.org/barbican/latest/install/verify.html ) ... Everything worked. stack@barbican:~/devstack$ openstack secret

Re: [openstack-dev] [Edge-computing] [edge][glance][mixmatch]: Wiki of the possible architectures for image synchronisation

2018-07-03 Thread Waines, Greg
of the possible architectures for image synchronisation Hi, Going inline. From: Waines, Greg [mailto:greg.wai...@windriver.com] Sent: Friday, June 29, 2018 4:25 AM In-lined comments / questions below, Greg. From: "Csatari, Gergely (Nokia - HU/Budapest)" mailto:gergely.csat...@nokia.

[openstack-dev] [ironic] Support for single OpenStack system supporting VM and Baremetal Instances simultaneously ?

2017-10-20 Thread Waines, Greg
Hey, We are in the process of integrating OpenStack Ironic into our own OpenStack Distribution. Is there support for a single OpenStack system supporting VM and Baremetal Instances simultaneously ? ( in NEWTON ? in PIKE ? ) I BELIEVE the answer is yes. BUT can someone confirm ? And then, if

[openstack-dev] [magnum] fedora atomic image with kubernetes with a CRI = frakti or clear containers

2018-01-08 Thread Waines, Greg
Hey there, I am currently running magnum with the fedora-atomic image that is installed as part of the devstack installation of magnum. This fedora-atomic image has kubernetes with a CRI of the standard docker container. Where can i find (or how do i build) a fedora-atomic image with

[openstack-dev] [magnum] [ironic] Why does magnum create instances with ports using 'fixed-ips' ?

2018-01-19 Thread Waines, Greg
Hey there, We have just recently integrated MAGNUM into our OpenStack Distribution. QUESTION: When MAGNUM is creating the ‘instances’ for the COE master and minion nodes, WHY does it create the instances with ports using ‘fixed-ips’ ? - instead of just letting the instance’s port

[openstack-dev] [masakari] BUG in Masakari Installation and Procedure and/or Documentation

2018-01-24 Thread Waines, Greg
I am looking for some input before I raise a BUG. I reviewed the following commits which documented the Masakari and MasakariMonitors Installation and Procedures. i.e. https://review.openstack.org/#/c/489570/ https://review.openstack.org/#/c/489095/ I created an AIO devstack with Masakari on

Re: [openstack-dev] [masakari] Questions on masakari CLI for hosts and segments

2018-01-24 Thread Waines, Greg
From reading the Masakari API Specifications commit (https://review.openstack.org/#/c/512591/) I believe that the proper syntax for the host and segment creates is as follows: masakari segment-create --name segment-1 --recovery-method auto --service-type COMPUTE masakari host-create --name

Re: [openstack-dev] [masakari] BUG in Masakari Installation and Procedure and/or Documentation

2018-01-26 Thread Waines, Greg
Update on this. It turned out that i had incorrectly set the ‘project_name’ and ‘username’ in /etc/masakarimonitors/masakarimonitors.conf Setting both these attributes to ‘admin’ made it such that the instancemonitor’s notification to masakari-engine was successful. e.g.

Re: [openstack-dev] [magnum] [ironic] Why does magnum create instances with ports using 'fixed-ips' ?

2018-01-30 Thread Waines, Greg
Any thoughts on this ? Greg. From: Greg Waines Reply-To: "openstack-dev@lists.openstack.org" Date: Friday, January 19, 2018 at 3:10 PM To: "openstack-dev@lists.openstack.org" Cc: "Nasir, Shoaib"

  1   2   >