Deployment of master node failed

Bug #1420362 reported by Stanislav Makar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Undecided
Unassigned

Bug Description

looks like master nod is not given right network configuration
eth0 - was down
ifcfg-eth0 - has good network configureation
/etc/fuel/astute.yaml - says wrong info

dos.py net-list netns_pids2
   NETWORK NAME IP NET
          admin 10.108.11.0/24
         public 10.108.12.0/24
     management 10.108.13.0/24
        private 10.108.14.0/24
        storage 10.108.15.0/24

[root@nailgun ~]# cat /etc/fuel/astute.yaml
HOSTNAME: "fuel"
DNS_DOMAIN: "domain.tld"
DNS_SEARCH: "domain.tld"
DNS_UPSTREAM: "8.8.8.8"
NTP1: "0.pool.ntp.org"
NTP2: "1.pool.ntp.org"
NTP3: "2.pool.ntp.org"
ADMIN_NETWORK:
  interface: "eth0"
  ipaddress: "10.20.0.2"
  netmask: "255.255.255.0"
  cidr: "10.20.0.0/24"
  size: "256"
  dhcp_pool_start: "10.20.0.3"
  dhcp_pool_end: "10.20.0.254"
FUEL_ACCESS:
  user: "admin"
  password: "admin"
[root@nailgun ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
NM_CONTROLLED=no
HWADDR=64:07:F1:A3:81:9E
USERCTL=no
PEERDNS=no
BOOTPROTO=static
IPADDR=10.108.11.2
NETMASK=255.255.255.0

Bootstrap 5 slave nodes ... SKIP: Failure in <function setup_master at 0x7f28183d4410>
Deploy cluster in HA mode with Neutron VLAN ... SKIP: Failure in <function setup_master at 0x7f28183d4410>

======================================================================
ERROR: Create environment and set up master node
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/smakar/virt_env/devops-venv/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_fun$
    compatability.capture_type_error(s_func)
  File "/home/smakar/virt_env/devops-venv/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_ty$
e_error
    func()
  File "/home/smakar/virt_env/devops-venv/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
    func(test_case.state.get_state())
  File "/home/smakar/GIT/fuel-main/fuelweb_test/tests/base_test_case.py", line 57, in setup_master
    self.env.setup_environment()
  File "/home/smakar/GIT/fuel-main/fuelweb_test/models/environment.py", line 424, in setup_environment
    admin.await(self.admin_net, timeout=10 * 60)
  File "/home/smakar/virt_env/devops-venv/local/lib/python2.7/site-packages/devops/models.py", line 318, in await
    timeout=timeout)
  File "/home/smakar/virt_env/devops-venv/local/lib/python2.7/site-packages/devops/helpers/helpers.py", line 112, in _wait
    return raising_predicate()
  File "/home/smakar/virt_env/devops-venv/local/lib/python2.7/site-packages/devops/models.py", line 317, in <lambda>
    self.get_ip_address_by_network_name(network_name), by_port),
  File "/home/smakar/virt_env/devops-venv/local/lib/python2.7/site-packages/devops/helpers/helpers.py", line 62, in _tcp_ping
    s.connect((str(host), int(port)))
  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 113] No route to host

Stanislav Makar (smakar)
Changed in fuel:
assignee: nobody → Fuel QA Team (fuel-qa)
milestone: none → 6.1
Changed in fuel:
assignee: Fuel QA Team (fuel-qa) → Igor Belikov (ibelikov)
Revision history for this message
Igor Belikov (ibelikov) wrote :

Nastya, this is not a build from fuel-ci, so I don't know why you assigned it to me.

Changed in fuel:
assignee: Igor Belikov (ibelikov) → Fuel QA Team (fuel-qa)
Revision history for this message
Stanislav Makar (smakar) wrote :

Problem fixed, thanks

Changed in fuel:
status: New → Invalid
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-devops (master)

Fix proposed to branch: master
Review: https://review.openstack.org/173414

Changed in fuel:
assignee: Fuel QA Team (fuel-qa) → Alex Schultz (alex-schultz)
status: Invalid → In Progress
Revision history for this message
Alex Schultz (alex-schultz) wrote :

Accidentally targeted wrong bug for my change.

Changed in fuel:
assignee: Alex Schultz (alex-schultz) → nobody
status: In Progress → Invalid
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on fuel-devops (master)

Change abandoned by Alex Schultz (<email address hidden>) on branch: master
Review: https://review.openstack.org/173414
Reason: References wrong bug

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

Other bug subscribers

Remote bug watches

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