Re: [openstack-dev] [Tripleo] Composable role OVS-DPDK compute node with single NIC

2017-11-21 Thread Samuel Monderer
g? > > On 11/16/2017 02:43 AM, Samuel Monderer wrote: > > Hi, > > > > I managed to deploy a compute node with ovs-dpdk using two NICs. The > > first for the provisioning network and control plane, the other NIC is > > used tenant network over ovs-dpdk. > > &

[openstack-dev] [Tripleo] Composable role OVS-DPDK compute node with single NIC

2017-11-16 Thread Samuel Monderer
Hi, I managed to deploy a compute node with ovs-dpdk using two NICs. The first for the provisioning network and control plane, the other NIC is used tenant network over ovs-dpdk. I then tried to use only a single nic for provisioning and ovs-dpdk. I used the nic configuration below for the

Re: [openstack-dev] [tripleo] cannot configure host kernel-args for pci passthrough with first-boot

2018-05-22 Thread Samuel Monderer
loud-init-output.log file to > see what are the first-boot scripts which are executed on the node? > Add "set -x" in the kernel-args.sh file to better logs. > > Regards, > Saravanan KR > > On Tue, May 22, 2018 at 12:49 AM, Samuel Monderer > <smonde...@vasonan

Re: [openstack-dev] [tripleo] deployement fails

2018-07-30 Thread Samuel Monderer
Yes I tried eith 60 and 120 On Mon, Jul 30, 2018, 19:42 Remo Mattei wrote: > Do you have a timeout set? > > > On Jul 30, 2018, at 07:48, Samuel Monderer > wrote: > > > > Hi, > > > > I'm trying to deploy a small environment with one controlle

[openstack-dev] [tripleo] deployement fails

2018-07-30 Thread Samuel Monderer
Hi, I'm trying to deploy a small environment with one controller and one compute but i get a timeout with no specific information in the logs 2018-07-30 13:19:41Z [overcloud.Controller.0.ControllerConfig]: CREATE_IN_PROGRESS state changed 2018-07-30 13:19:41Z

Re: [openstack-dev] [tripleo] network isolation can't find files referred to on director

2018-07-28 Thread Samuel Monderer
:41 PM, James Slagle wrote: > On Thu, Jul 26, 2018 at 4:58 AM, Samuel Monderer > wrote: > > Hi James, > > > > I understand the network-environment.yaml will also be generated. > > What do you mean by rendered path? Will it be > > "usr/share/openstack-triple

[openstack-dev] [tripleo] Setting swift as glance backend

2018-07-25 Thread Samuel Monderer
Hi, I would like to deploy a small overcloud with just one controller and one compute for testing. I want to use swift as the glance backend. How do I configure the overcloud templates? Samuel __ OpenStack Development

Re: [openstack-dev] [tripleo] network isolation can't find files referred to on director

2018-07-26 Thread Samuel Monderer
custom nic configs is there also a jinja2 process to create them? Samuel On Thu, Jul 26, 2018 at 12:02 AM James Slagle wrote: > On Wed, Jul 25, 2018 at 11:56 AM, Samuel Monderer > wrote: > > Hi, > > > > I'm trying to upgrade from OSP11(Ocata) to OSP13 (Queens) > >

[openstack-dev] [tripleo] overcloud deployment fails with during keystone configuration

2018-07-31 Thread Samuel Monderer
Hi, My overcloud deployment fails with the following error 2018-07-31 14:20:23Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3]: CREATE_FAILED Resource CREATE failed: Error: resources[0]: Deployment to server failed: deploy_status_code : Deployment exited with non-zero status code: 2

Re: [openstack-dev] [tripleo] deployement fails

2018-07-31 Thread Samuel Monderer
I used the same host network configuration I used with Ocata (see attached) Do I need to change them if I'm deploying queens?? Thanks, Samuel On Tue, Jul 31, 2018 at 7:06 PM Alex Schultz wrote: > On Mon, Jul 30, 2018 at 8:48 AM, Samuel Monderer > wrote: > > Hi, > > > &

Re: [openstack-dev] [tripleo] deployement fails

2018-07-31 Thread Samuel Monderer
Removing it just made it longer to time out On Mon, Jul 30, 2018 at 7:51 PM, Remo Mattei wrote: > Take it off and check :) > > > > On Jul 30, 2018, at 09:46, Samuel Monderer > wrote: > > Yes > I tried eith 60 and 120 > > On Mon, Jul 30, 2018, 19:42 Rem

[openstack-dev] [tripleo] network isolation!!! do we still need to configure VLAN , CIDR, ... in network-environment.yaml

2018-08-16 Thread Samuel Monderer
Hi, In ocata we used network environment file to configure network parameters as following InternalApiNetCidr: '172.16.2.0/24' TenantNetCidr: '172.16.0.0/24' ExternalNetCidr: '192.168.204.0/24' # Customize the VLAN IDs to match the local environment InternalApiNetworkVlanID: 711

[openstack-dev] [tripleo] deployements fails when using custom nic config

2018-08-16 Thread Samuel Monderer
Hi, I'm using the attached file for controller nic configuration and I'm referencing to it as following resource_registry: # Network Interface templates to use (these files must exist). You can # override these by including one of the net-*.yaml environment files, # such as

[openstack-dev] [tripleo] Mistral workflow cannot establish connection

2018-07-14 Thread Samuel Monderer
Hi, I'm trying to deploy redhat OSP13 but I get the following error. (undercloud) [root@staging-director stack]# ./templates/deploy.sh Started Mistral Workflow tripleo.validations.v1.check_pre_deployment_validations. Execution ID: 3ba53aa3-56c5-4024-8d62-bafad967f7c2 Waiting for messages on queue

Re: [openstack-dev] [tripleo] Mistral workflow cannot establish connection

2018-07-15 Thread Samuel Monderer
It seems that the problem is in my roles_data.yaml file but I don't see what is the problem I've attached the file. On Sun, Jul 15, 2018 at 12:46 AM Remo Mattei wrote: > It is a bad line in one of your yaml file. I would check them. > > Sent from my iPad > > On Jul 14, 2018, at

Re: [openstack-dev] [tripleo] Mistral workflow cannot establish connection

2018-07-15 Thread Samuel Monderer
laborating based on what your yaml files are. Can you share > your deployment script did you make any of the yaml files yourself? > > Remo > > On Jul 15, 2018, at 8:57 AM, Remo Mattei wrote: > > Here is the one I use > > > > > > On Jul 15, 2018, at 8:02 AM,

Re: [openstack-dev] [tripleo] Mistral workflow cannot establish connection

2018-07-25 Thread Samuel Monderer
018 at 7:50 PM, Samuel Monderer > wrote: > > > > Hi Remo, > > > > Attached are templates I used for the deployment. They are based on a > deployment we did with OSP11. > > I made the changes for it to work with OSP13. > > > > I do think it's the roles

[openstack-dev] [tripleo] network isolation can't find files referred to on director

2018-07-25 Thread Samuel Monderer
Hi, I'm trying to upgrade from OSP11(Ocata) to OSP13 (Queens) In my network-isolation I refer to files that do not exist anymore on the director such as OS::TripleO::Compute::Ports::ExternalPort: /usr/share/openstack-tripleo-heat-templates/network/ports/external.yaml

Re: [openstack-dev] [tripleo] using multiple roles

2018-09-04 Thread Samuel Monderer
Is it possible to have the roles_data.yaml file generated when running "openstack overcloud deploy"?? On Tue, Sep 4, 2018 at 4:52 PM Alex Schultz wrote: > On Tue, Sep 4, 2018 at 2:31 AM, Samuel Monderer > wrote: > > Hi, > > > > Due to many different HW in our

[openstack-dev] [tripleo] VFs not configured in SR-IOV role

2018-09-04 Thread Samuel Monderer
Hi, Attached is the used to deploy an overcloud with SR-IOV role. The deployment completed successfully but the VFs aren't configured on the host. Can anyone have a look at what I missed. Thanks Samuel <> __ OpenStack

Re: [openstack-dev] [tripleo] VFs not configured in SR-IOV role

2018-09-12 Thread Samuel Monderer
eutronSriovHostConfig" is responsible for > setting up VFs. Check if this service is enabled in the deployment. > One of the missing place is being fixed - > https://review.openstack.org/#/c/597985/ > > Regards, > Saravanan KR > On Tue, Sep 4, 2018 at 8:58 PM Samuel

[openstack-dev] [tripleo] using multiple roles

2018-09-04 Thread Samuel Monderer
Hi, Due to many different HW in our environment we have multiple roles. I would like to place each role definition if a different file. Is it possible to refer to all the roles from roles_data.yaml to all the different files instead of having a long roles_data.yaml file? Regards, Samuel

Re: [openstack-dev] [tripleo] VFs not configured in SR-IOV role

2018-09-12 Thread Samuel Monderer
Adding the following to neutron-sriov.yaml solved the problem OS::TripleO::Services::NeutronSriovHostConfig: ../../puppet/services/neutron-sriov-host-config.yaml On Wed, Sep 12, 2018 at 11:53 AM Samuel Monderer < smonde...@vasonanetworks.com> wrote: > Hi Saravanan, > > I'