1
0
-1

Hi,

how can I debug or get it work the DCAE service instance installer to allocate the second ip from the public network range?

instalation tpye 2-NIC, openstack_no_float


right now it gets 2 ip from the internal network:

zldcbm01njcoll00ubuntu14_2
  • 10.0.4.102
  • 10.0.0.6
m1.largeecomp_key_9mLs_dcae

bin/dcae-controller.sh wait-for --timeout 300 --frequency 5 --path $NETWORKPATH --exists --verbose
bin/dcae-controller.sh wait-for --timeout 300 --frequency 5 --path $KEYPATH --exists --verbose
bin/dcae-controller.sh deploy-service-instance -i $ZONE -s vm-docker-host-1
Tue Sep 12 13:19:59 GMT 2017 java.net.SocketTimeoutException: Read timed out

config.yaml:

root@1ce935944290:/# cat /opt/app/dcae-controller/config.yaml
BASE: 2-NIC
ZONE: bm01
DNS-IP-ADDR: 10.0.100.1
STATE: nj
DCAE-VERSION: 1.1.0
HORIZON-URL: http://10.95.88.130/dashboard/admin
KEYSTONE-URL: http://10.95.88.130:5000/v2.0
OPENSTACK-TENANT-ID: e48a4757f9cf43f0924865afb64998f8
OPENSTACK-TENANT-NAME: OPEN-ECOMP
OPENSTACK-REGION: RegionOne
OPENSTACK-PRIVATE-NETWORK: oam_onap_9mLs
OPENSTACK-USER: admin
OPENSTACK-PASSWORD: qwert123
OPENSTACK-AUTH-METHOD: password
OPENSTACK-KEYNAME: ecomp_key_9mLs_dcae
OPENSTACK-PUBKEY: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6T7zhNz26R452d0YBDcothJWQzfv5nWjED5PU/dkCMLLOe03sxADk8d+1UR8yzm+/WNLslPKAp9TZC6tAAtXtJhUMBk2Y1xrz4/RIDZ3sEFIocHYzAyfzggmhix2Nw/aYUC2r+sU0eM691gVITaHnkG986sqVxPmo9P18NhBewSet1JvCacnR37A0I7bJmIxTpcj9bSkZjGb+OgtDt8GoDWCU67D171LSzeqrFM5z8+Xg6D4pfiaiVhQYP3TP0moVeIM3Id+QwJ3BRIKh9r7qA1bzFTbiPxgrDGPbBjWSqgoQ0v0jmIsAvf8LBGgWV4LQukCETkHDWwS/Ipr7N4O3 root@controller

NEXUS-URL-ROOT: https://nexus.onap.org
NEXUS-USER: docker
NEXUS-PASSWORD: docker
NEXUS-URL-SNAPSHOTS: https://nexus.onap.org/content/repositories/snapshots
NEXUS-RAWURL: https://nexus.onap.org/content/sites/raw

DOCKER-REGISTRY: nexus3.onap.org:10001
DOCKER-VERSION: 1.1-STAGING-latest

GIT-MR-REPO: http://gerrit.onap.org/r/dcae/demo/startup/message-router.git

public_net_id: public
dcae_ip_addr: 10.0.4.1
dcae_pstg00_ip_addr: 10.0.4.101
dcae_coll00_ip_addr: 10.0.4.102
dcae_cdap00_ip_addr: 10.0.4.103
dcae_cdap01_ip_addr: 10.0.4.104
dcae_cdap02_ip_addr: 10.0.4.105

UBUNTU-1404-IMAGE: ubuntu14_2
UBUNTU-1604-IMAGE: ubuntu16
FLAVOR-SMALL: m1.small
FLAVOR-MEDIUM: m1.medium
FLAVOR-LARGE: m1.large
FLAVOR-XLARGE: m1.xlarge




    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi Attila Jány What is the network provider? Neutron or Contrail? 

      public_net_id: public

      you need to give net-id not the name. You can directly change that in /opt/app/dcae-controller/config.yaml and give a try again. I use contrail + 2 NIC and see no problem

      1. Attila Jány

        Hi kranthi guttikonda the network provider is neutron. openstack vesion is newton.

        I will check the working with the network ID instead of using the network name!

        Thanks for the tip! (but I do not know why the templates mentions that I can use the name also..)

        Thanks again!


      CommentAdd your comment...