[Microservices]TSN Provisioning Issue with Build 8

Bug #1752465 reported by chhandak
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Trunk
Invalid
Critical
chhandak

Bug Description

With Build 8 TSN provisioning is incomplete.

Observed below 2 issue with provisioning.

1. Agent mode is not set in contrail-vrouter.conf
2. Hypervisor Type is not TSN

Followed below link for provisioning

https://github.com/Juniper/contrail-ansible-deployer/wiki/Contrail-with-Ocata-Kolla---All-in-One

Yaml FIle
----------
provider_config:
  bms:
    ssh_pwd: c0ntrail123
    ssh_user: root
    ntpserver: 10.84.5.100
    domainsuffix: local
instances:
  centos1:
    provider: bms
    ip: 10.87.69.1
    TSN_EVPN_MODE: True
    roles:
      config_database:
      config:
      control:
      analytics_database:
      analytics:
      webui:
      vrouter:
      openstack_control:
      openstack_network:
      openstack_storage:
      openstack_monitoring:
      openstack_compute:
  centos2:
    provider: bms
    ip: 10.87.69.2
    roles:
      vrouter:
      openstack_compute:
  centos3:
    provider: bms
    ip: 10.87.69.4
    TSN_EVPN_MODE: True
    roles:
      vrouter:
      openstack_compute:
contrail_configuration:
  CONTRAIL_VERSION: master-centos7-ocata-bld-8
  #CONTAINER_REGISTRY: ci-repo.englab.juniper.net:5000
  CONTROLLER_NODES: 10.87.69.1
  TSN_NODES: 10.87.69.1,10.87.69.4
  CLOUD_ORCHESTRATOR: openstack
  RABBITMQ_NODE_PORT: 5673
  VROUTER_GATEWAY: 10.87.69.126
  PHYSICAL_INTERFACE: eno1
  KEYSTONE_AUTH_ADMIN_PASSWORD: c0ntrail123
  KEYSTONE_AUTH_HOST: 10.87.69.1
  KEYSTONE_AUTH_URL_VERSION: /v3
kolla_config:
  kolla_globals:
    kolla_internal_vip_address: 10.87.69.1
    contrail_api_interface_address: 10.87.69.1
    network_interface: "eno1"
    enable_haproxy: "no"

Tags: blocker
chhandak (chhandak)
Changed in juniperopenstack:
importance: Undecided → Critical
assignee: nobody → Abhay Joshi (abhayj)
milestone: none → r5.0.0
no longer affects: juniperopenstack
information type: Proprietary → Public
Revision history for this message
Nitish Krishna Kaveri (nitishk) wrote :

Can you please change below section from:

  centos3:
    provider: bms
    ip: 10.87.69.4
    TSN_EVPN_MODE: True
    roles:
      vrouter:
      openstack_compute:

To:

  centos3:
    provider: bms
    ip: 10.87.69.4
    roles:
      vrouter:
        TSN_EVPN_MODE: True
      openstack_compute:

Similarly change:

  centos1:
    provider: bms
    ip: 10.87.69.1
    TSN_EVPN_MODE: True
    roles:
      config_database:
      config:
      control:
      analytics_database:
      analytics:
      webui:
      vrouter:
      openstack_control:
      openstack_network:
      openstack_storage:
      openstack_monitoring:
      openstack_compute:

to:

  centos1:
    provider: bms
    ip: 10.87.69.1
    roles:
      config_database:
      config:
      control:
      analytics_database:
      analytics:
      webui:
      vrouter:
        TSN_EVPN_MODE: True
      openstack_control:
      openstack_network:
      openstack_storage:
      openstack_monitoring:
      openstack_compute:

tags: added: blocker
Revision history for this message
Nitish Krishna Kaveri (nitishk) wrote :

Issue not seen in build 18, using the config as in comment above. Closing.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.