Advertisement
syahrulsazli

cloud.log (Working network router VM)

Dec 21st, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.25 KB | None | 0 0
  1. 2016-12-20 14:24:22,359 merge.py load:60 Loading data bag type dhcpentry
  2. 2016-12-20 14:24:22,360 merge.py process:100 Command of type dhcpentry received
  3. 2016-12-20 14:24:22,360 merge.py save:71 Writing data bag type dhcpentry
  4. 2016-12-20 14:24:22,360 merge.py save:72 {u'10.3.29.81': {u'default_gateway': u'0.0.0.0', u'ipv6_duid': u'00:03:00:01:06:a2:3c:00:07:c1', u'mac_address': u'06:a2:3c:00:07:c1', u'ipv4_adress': u'10.3.29.81', u'host_name': u'mas', u'default_entry': False, u'type': u'dhcpentry', u'dns_adresses': u'42.0.28.11'}, u'10.3.29.190': {u'default_gateway': u'0.0.0.0', u'ipv6_duid': u'00:03:00:01:06:9c:34:00:08:2e', u'mac_address': u'06:9c:34:00:08:2e', u'ipv4_adress': u'10.3.29.190', u'host_name': u'cpanel-centos7', u'default_entry': False, u'type': u'dhcpentry', u'dns_adresses': u'42.0.29.11'}, u'id': u'dhcpentry', u'10.3.29.182': {u'default_gateway': u'0.0.0.0', u'ipv6_duid': u'00:03:00:01:06:ad:c0:00:08:26', u'default_entry': False, u'ipv4_adress': u'10.3.29.182', u'host_name': u'server-1172', u'mac_address': u'06:ad:c0:00:08:26', u'type': u'dhcpentry', u'dns_adresses': u'42.0.28.11'}}
  5. 2016-12-20 14:24:22,361 merge.py load:60 Loading data bag type ips
  6. 2016-12-20 14:24:22,361 merge.py load:60 Loading data bag type cmdline
  7. 2016-12-20 14:24:22,361 configure.py main:924 Configuring ip addresses
  8. 2016-12-20 14:24:22,361 CsHelper.py execute:184 Executing: ip addr show dev eth1
  9. 2016-12-20 14:24:22,364 CsHelper.py execute:184 Executing: ip addr show dev eth0
  10. 2016-12-20 14:24:22,367 CsHelper.py execute:184 Executing: ip addr show dev eth1
  11. 2016-12-20 14:24:22,370 CsAddress.py process:107 Address found in DataBag ==> {u'public_ip': u'169.254.1.171', u'one_to_one_nat': False, u'nic_dev_id': u'1', u'network': u'169.254.0.0/16', u'netmask': u'255.255.0.0', u'source_nat': False, u'broadcast': u'169.254.255.255', u'add': True, u'nw_type': u'control', u'device': u'eth1', u'cidr': u'169.254.1.171/16', u'gateway': u'None', u'size': u'16'}
  12. 2016-12-20 14:24:22,370 CsAddress.py process:116 Address 169.254.1.171/16 on device eth1 not configured
  13. 2016-12-20 14:24:22,370 CsAddress.py configure:274 Configuring address 169.254.1.171/16 on device eth1
  14. 2016-12-20 14:24:22,370 CsHelper.py execute:184 Executing: ip addr add dev eth1 169.254.1.171/16 brd +
  15. 2016-12-20 14:24:22,373 CsRoute.py defaultroute_exists:89 Checking if default ipv4 route is present
  16. 2016-12-20 14:24:22,373 CsHelper.py execute:184 Executing: ip -4 route list 0/0
  17. 2016-12-20 14:24:22,376 CsRoute.py defaultroute_exists:93 Default route found: default via 10.3.29.1 dev eth0
  18. 2016-12-20 14:24:22,376 CsHelper.py execute:184 Executing: ip addr show dev eth0
  19. 2016-12-20 14:24:22,378 CsAddress.py process:107 Address found in DataBag ==> {u'public_ip': u'10.3.29.10', u'one_to_one_nat': False, u'nic_dev_id': u'0', u'network': u'10.3.29.0/24', u'netmask': u'255.255.255.0', u'source_nat': False, u'broadcast': u'10.3.29.255', u'add': True, u'nw_type': u'guest', u'device': u'eth0', u'cidr': u'10.3.29.10/24', u'gateway': u'None', u'size': u'24'}
  20. 2016-12-20 14:24:22,378 CsAddress.py process:116 Address 10.3.29.10/24 on device eth0 not configured
  21. 2016-12-20 14:24:22,379 CsAddress.py configure:274 Configuring address 10.3.29.10/24 on device eth0
  22. 2016-12-20 14:24:22,379 CsHelper.py execute:184 Executing: ip addr add dev eth0 10.3.29.10/24 brd +
  23. 2016-12-20 14:24:22,381 CsRoute.py add_table:38 Adding route table: 0 Table_eth0 to /etc/iproute2/rt_tables if not present
  24. 2016-12-20 14:24:22,382 CsHelper.py execute:184 Executing: ip rule show
  25. 2016-12-20 14:24:22,384 CsHelper.py execute:184 Executing: ip rule add fwmark 0 table Table_eth0
  26. 2016-12-20 14:24:22,387 CsRule.py addMark:37 Added fwmark rule for Table_eth0
  27. 2016-12-20 14:24:22,387 CsHelper.py execute:184 Executing: ip link show eth0 | grep 'state DOWN'
  28. 2016-12-20 14:24:22,391 CsHelper.py execute:184 Executing: arping -c 1 -I eth0 -A -U -s 10.3.29.10 None
  29. 2016-12-20 14:24:42,416 CsAddress.py inKernel:686 rpsfr is not present in the kernel
  30. 2016-12-20 14:24:42,416 CsRoute.py add_table:38 Adding route table: 0 Table_eth0 to /etc/iproute2/rt_tables if not present
  31. 2016-12-20 14:24:42,417 CsRoute.py add_route:50 Adding route: dev eth0 table: Table_eth0 network: 10.3.29.0/24 if not present
  32. 2016-12-20 14:24:42,417 CsHelper.py execute:184 Executing: ip route show dev eth0 table Table_eth0 10.3.29.0/24
  33. 2016-12-20 14:24:42,422 CsFile.py load:39 Reading file /etc/apache2/sites-enabled/vhost-10.3.29.10.conf
  34. 2016-12-20 14:24:42,423 CsFile.py search:124 Searching for <VirtualHost.*:80> and replacing with <VirtualHost 10.3.29.10:80>
  35. 2016-12-20 14:24:42,424 CsFile.py search:124 Searching for <VirtualHost.*:443> and replacing with <VirtualHost 10.3.29.10:443>
  36. 2016-12-20 14:24:42,425 CsFile.py search:124 Searching for Listen .*:80 and replacing with Listen 10.3.29.10:80
  37. 2016-12-20 14:24:42,426 CsFile.py search:124 Searching for Listen .*:443 and replacing with Listen 10.3.29.10:443
  38. 2016-12-20 14:24:42,428 CsFile.py search:124 Searching for NameVirtualHost .*:80 and replacing with NameVirtualHost 10.3.29.10:80
  39. 2016-12-20 14:24:42,429 CsFile.py search:124 Searching for ServerName.* and replacing with ServerName dhcpsrvr.nocser.net
  40. 2016-12-20 14:24:42,430 CsHelper.py execute:184 Executing: ps aux
  41. 2016-12-20 14:24:42,445 CsRoute.py defaultroute_exists:89 Checking if default ipv4 route is present
  42. 2016-12-20 14:24:42,445 CsHelper.py execute:184 Executing: ip -4 route list 0/0
  43. 2016-12-20 14:24:42,449 CsRoute.py defaultroute_exists:93 Default route found: default via 10.3.29.1 dev eth0
  44. 2016-12-20 14:24:42,449 configure.py main:968 Configuring dhcp entry
  45. 2016-12-20 14:24:42,449 merge.py load:60 Loading data bag type dhcpentry
  46. 2016-12-20 14:24:42,450 CsHelper.py execute:184 Executing: ip addr show
  47. 2016-12-20 14:24:42,453 CsFile.py load:39 Reading file /etc/dhcphosts.txt
  48. 2016-12-20 14:24:42,454 CsFile.py load:39 Reading file /etc/dnsmasq.d/cloud.conf
  49. 2016-12-20 14:24:42,454 CsFile.py load:39 Reading file /etc/hosts
  50. 2016-12-20 14:24:42,455 CsFile.py commit:66 Wrote edited file /etc/hosts
  51. 2016-12-20 14:24:42,455 CsFile.py commit:68 Updated file in-cache configuration
  52. 2016-12-20 14:24:42,455 CsDhcp.py write_hosts:125 Updated hosts file
  53. 2016-12-20 14:24:42,455 CsFile.py search:124 Searching for dhcp-range=interface:eth0,set:interface-eth0-0 and replacing with dhcp-range=interface:eth0,set:interface-eth0-0,10.3.29.10,static
  54. 2016-12-20 14:24:42,456 merge.py load:57 Creating data bag type guestnetwork
  55. 2016-12-20 14:24:42,456 CsFile.py search:124 Searching for dhcp-option=tag:interface-eth0-0,15 and replacing with dhcp-option=tag:interface-eth0-0,15,nocser.net
  56. 2016-12-20 14:24:42,457 CsAddress.py get_guest_if:59 Guest interface will be set on device 'eth0' and IP '10.3.29.10'
  57. 2016-12-20 14:24:42,457 CsAddress.py get_guest_if:59 Guest interface will be set on device 'eth0' and IP '10.3.29.10'
  58. 2016-12-20 14:24:42,457 CsFile.py search:124 Searching for dhcp-option=tag:interface-eth0-0,6 and replacing with dhcp-option=tag:interface-eth0-0,6,10.3.29.10,8.8.8.8,8.8.4.4
  59. 2016-12-20 14:24:42,458 CsFile.py search:124 Searching for dhcp-option=tag:interface-eth0-0,3, and replacing with dhcp-option=tag:interface-eth0-0,3,0.0.0.0
  60. 2016-12-20 14:24:42,458 CsAddress.py get_guest_if:59 Guest interface will be set on device 'eth0' and IP '10.3.29.10'
  61. 2016-12-20 14:24:42,458 CsFile.py search:124 Searching for dhcp-option=tag:interface-eth0-0,1, and replacing with dhcp-option=tag:interface-eth0-0,1,255.255.255.0
  62. 2016-12-20 14:24:42,459 CsFile.py commit:60 Nothing to commit. The /etc/dnsmasq.d/cloud.conf file did not change
  63. 2016-12-20 14:24:42,459 CsFile.py commit:66 Wrote edited file /etc/dhcphosts.txt
  64. 2016-12-20 14:24:42,460 CsFile.py commit:68 Updated file in-cache configuration
  65. 2016-12-20 14:24:42,460 CsHelper.py execute:184 Executing: service dnsmasq restart
  66. 2016-12-20 14:24:44,483 CsHelper.py service:213 Service dnsmasq restart
  67. 2016-12-20 14:24:44,483 CsRedundant.py set:68 Router redundancy status is False
  68. 2016-12-20 14:24:44,483 CsHelper.py execute:184 Executing: service conntrackd stop
  69. 2016-12-20 14:24:44,500 CsHelper.py service:213 Service conntrackd stop
  70. 2016-12-20 14:24:44,500 CsHelper.py execute:184 Executing: service keepalived stop
  71. 2016-12-20 14:24:44,509 CsHelper.py service:213 Service keepalived stop
  72. 2016-12-20 14:24:44,509 CsHelper.py execute:184 Executing: mount
  73. 2016-12-20 14:24:44,970 merge.py load:60 Loading data bag type vmdata
  74. 2016-12-20 14:24:44,971 merge.py process:100 Command of type vmdata received
  75. 2016-12-20 14:24:44,971 merge.py save:71 Writing data bag type vmdata
  76. 2016-12-20 14:24:44,971 merge.py save:72 {u'10.3.29.81': [[u'userdata', u'user-data', None], [u'metadata', u'service-offering', u'Cloud 1 vCPU Performance'], [u'metadata', u'availability-zone', u'AIMS KL'], [u'metadata', u'local-ipv4', u'10.3.29.81'], [u'metadata', u'local-hostname', u'mas'], [u'metadata', u'public-ipv4', u'10.3.29.81'], [u'metadata', u'public-hostname', None], [u'metadata', u'instance-id', u'e1995f74-d5cf-4550-8091-dee2f1314d0a'], [u'metadata', u'vm-id', u'e1995f74-d5cf-4550-8091-dee2f1314d0a'], [u'metadata', u'public-keys', None], [u'metadata', u'cloud-identifier', u'CloudStack-{7ac67a94-0e31-466d-bab2-ff98d87fc1f8}']], u'10.3.29.190': [[u'userdata', u'user-data', None], [u'metadata', u'service-offering', u'Cloud 2 vCPU Performance'], [u'metadata', u'availability-zone', u'AIMS KL'], [u'metadata', u'local-ipv4', u'10.3.29.190'], [u'metadata', u'local-hostname', u'cpanel-centos7'], [u'metadata', u'public-ipv4', u'10.3.29.190'], [u'metadata', u'public-hostname', None], [u'metadata', u'instance-id', u'8126878a-d5b8-451b-9280-cf6cc8619ffc'], [u'metadata', u'vm-id', u'8126878a-d5b8-451b-9280-cf6cc8619ffc'], [u'metadata', u'public-keys', None], [u'metadata', u'cloud-identifier', u'CloudStack-{7ac67a94-0e31-466d-bab2-ff98d87fc1f8}']], u'id': u'vmdata', u'10.3.29.182': [[u'userdata', u'user-data', None], [u'metadata', u'service-offering', u'Cloud 1 vCPU Eco'], [u'metadata', u'availability-zone', u'AIMS KL'], [u'metadata', u'local-ipv4', u'10.3.29.182'], [u'metadata', u'local-hostname', u'server-1172'], [u'metadata', u'public-ipv4', u'10.3.29.182'], [u'metadata', u'public-hostname', None], [u'metadata', u'instance-id', u'020f1c76-7022-41ba-9b54-ada82d30ae7a'], [u'metadata', u'vm-id', u'020f1c76-7022-41ba-9b54-ada82d30ae7a'], [u'metadata', u'public-keys', None], [u'metadata', u'cloud-identifier', u'CloudStack-{7ac67a94-0e31-466d-bab2-ff98d87fc1f8}']]}
  77. 2016-12-20 14:24:44,972 merge.py load:60 Loading data bag type ips
  78. 2016-12-20 14:24:44,972 merge.py load:60 Loading data bag type cmdline
  79. 2016-12-20 14:24:44,972 configure.py main:924 Configuring ip addresses
  80. 2016-12-20 14:24:44,973 CsHelper.py execute:184 Executing: ip addr show dev eth1
  81. 2016-12-20 14:24:44,976 CsHelper.py execute:184 Executing: ip addr show dev eth0
  82. 2016-12-20 14:24:44,979 CsHelper.py execute:184 Executing: ip addr show dev eth1
  83. 2016-12-20 14:24:44,982 CsAddress.py process:107 Address found in DataBag ==> {u'public_ip': u'169.254.1.171', u'one_to_one_nat': False, u'nic_dev_id': u'1', u'network': u'169.254.0.0/16', u'netmask': u'255.255.0.0', u'source_nat': False, u'broadcast': u'169.254.255.255', u'add': True, u'nw_type': u'control', u'device': u'eth1', u'cidr': u'169.254.1.171/16', u'gateway': u'None', u'size': u'16'}
  84. 2016-12-20 14:24:44,982 CsAddress.py process:116 Address 169.254.1.171/16 on device eth1 not configured
  85. 2016-12-20 14:24:44,983 CsAddress.py configure:274 Configuring address 169.254.1.171/16 on device eth1
  86. 2016-12-20 14:24:44,983 CsHelper.py execute:184 Executing: ip addr add dev eth1 169.254.1.171/16 brd +
  87. 2016-12-20 14:24:44,986 CsRoute.py defaultroute_exists:89 Checking if default ipv4 route is present
  88. 2016-12-20 14:24:44,986 CsHelper.py execute:184 Executing: ip -4 route list 0/0
  89. 2016-12-20 14:24:44,988 CsRoute.py defaultroute_exists:93 Default route found: default via 10.3.29.1 dev eth0
  90. 2016-12-20 14:24:44,989 CsHelper.py execute:184 Executing: ip addr show dev eth0
  91. 2016-12-20 14:24:44,991 CsAddress.py process:107 Address found in DataBag ==> {u'public_ip': u'10.3.29.10', u'one_to_one_nat': False, u'nic_dev_id': u'0', u'network': u'10.3.29.0/24', u'netmask': u'255.255.255.0', u'source_nat': False, u'broadcast': u'10.3.29.255', u'add': True, u'nw_type': u'guest', u'device': u'eth0', u'cidr': u'10.3.29.10/24', u'gateway': u'None', u'size': u'24'}
  92. 2016-12-20 14:24:44,991 CsAddress.py process:116 Address 10.3.29.10/24 on device eth0 not configured
  93. 2016-12-20 14:24:44,992 CsAddress.py configure:274 Configuring address 10.3.29.10/24 on device eth0
  94. 2016-12-20 14:24:44,992 CsHelper.py execute:184 Executing: ip addr add dev eth0 10.3.29.10/24 brd +
  95. 2016-12-20 14:24:44,994 CsRoute.py add_table:38 Adding route table: 0 Table_eth0 to /etc/iproute2/rt_tables if not present
  96. 2016-12-20 14:24:44,995 CsHelper.py execute:184 Executing: ip rule show
  97. 2016-12-20 14:24:44,997 CsHelper.py execute:184 Executing: ip rule add fwmark 0 table Table_eth0
  98. 2016-12-20 14:24:45,000 CsRule.py addMark:37 Added fwmark rule for Table_eth0
  99. 2016-12-20 14:24:45,000 CsHelper.py execute:184 Executing: ip link show eth0 | grep 'state DOWN'
  100. 2016-12-20 14:24:45,004 CsHelper.py execute:184 Executing: arping -c 1 -I eth0 -A -U -s 10.3.29.10 None
  101. 2016-12-20 14:25:05,028 CsAddress.py inKernel:686 rpsfr is not present in the kernel
  102. 2016-12-20 14:25:05,029 CsRoute.py add_table:38 Adding route table: 0 Table_eth0 to /etc/iproute2/rt_tables if not present
  103. 2016-12-20 14:25:05,029 CsRoute.py add_route:50 Adding route: dev eth0 table: Table_eth0 network: 10.3.29.0/24 if not present
  104. 2016-12-20 14:25:05,029 CsHelper.py execute:184 Executing: ip route show dev eth0 table Table_eth0 10.3.29.0/24
  105. 2016-12-20 14:25:05,035 CsFile.py load:39 Reading file /etc/apache2/sites-enabled/vhost-10.3.29.10.conf
  106. 2016-12-20 14:25:05,035 CsFile.py search:124 Searching for <VirtualHost.*:80> and replacing with <VirtualHost 10.3.29.10:80>
  107. 2016-12-20 14:25:05,037 CsFile.py search:124 Searching for <VirtualHost.*:443> and replacing with <VirtualHost 10.3.29.10:443>
  108. 2016-12-20 14:25:05,038 CsFile.py search:124 Searching for Listen .*:80 and replacing with Listen 10.3.29.10:80
  109. 2016-12-20 14:25:05,039 CsFile.py search:124 Searching for Listen .*:443 and replacing with Listen 10.3.29.10:443
  110. 2016-12-20 14:25:05,040 CsFile.py search:124 Searching for NameVirtualHost .*:80 and replacing with NameVirtualHost 10.3.29.10:80
  111. 2016-12-20 14:25:05,041 CsFile.py search:124 Searching for ServerName.* and replacing with ServerName dhcpsrvr.nocser.net
  112. 2016-12-20 14:25:05,042 CsHelper.py execute:184 Executing: ps aux
  113. 2016-12-20 14:25:05,055 CsRoute.py defaultroute_exists:89 Checking if default ipv4 route is present
  114. 2016-12-20 14:25:05,055 CsHelper.py execute:184 Executing: ip -4 route list 0/0
  115. 2016-12-20 14:25:05,058 CsRoute.py defaultroute_exists:93 Default route found: default via 10.3.29.1 dev eth0
  116. 2016-12-20 14:25:05,059 configure.py main:938 Configuring vmdata
  117. 2016-12-20 14:25:05,059 merge.py load:60 Loading data bag type vmdata
  118. 2016-12-20 14:25:05,059 configure.py process:288 Processing metadata for 10.3.29.81
  119. 2016-12-20 14:25:05,068 configure.py process:288 Processing metadata for 10.3.29.190
  120. 2016-12-20 14:25:05,077 configure.py process:288 Processing metadata for 10.3.29.182
  121. 2016-12-20 14:25:05,094 CsRedundant.py set:68 Router redundancy status is False
  122. 2016-12-20 14:25:05,095 CsHelper.py execute:184 Executing: service conntrackd stop
  123. 2016-12-20 14:25:05,112 CsHelper.py service:213 Service conntrackd stop
  124. 2016-12-20 14:25:05,113 CsHelper.py execute:184 Executing: service keepalived stop
  125. 2016-12-20 14:25:05,121 CsHelper.py service:213 Service keepalived stop
  126. 2016-12-20 14:25:05,122 CsHelper.py execute:184 Executing: mount
  127. 2016-12-20 14:36:26,347 merge.py load:60 Loading data bag type dhcpentry
  128. 2016-12-20 14:36:26,348 merge.py process:100 Command of type dhcpentry received
  129. 2016-12-20 14:36:26,348 merge.py save:71 Writing data bag type dhcpentry
  130. 2016-12-20 14:36:26,348 merge.py save:72 {u'10.3.29.81': {u'default_gateway': u'0.0.0.0', u'ipv6_duid': u'00:03:00:01:06:a2:3c:00:07:c1', u'mac_address': u'06:a2:3c:00:07:c1', u'ipv4_adress': u'10.3.29.81', u'host_name': u'mas', u'default_entry': False, u'type': u'dhcpentry', u'dns_adresses': u'42.0.28.11'}, u'10.3.29.244': {u'default_gateway': u'0.0.0.0', u'ipv6_duid': u'00:03:00:01:06:b6:ca:00:08:64', u'default_entry': False, u'ipv4_adress': u'10.3.29.244', u'host_name': u'server-1315', u'mac_address': u'06:b6:ca:00:08:64', u'type': u'dhcpentry', u'dns_adresses': u'42.0.28.11'}, u'10.3.29.190': {u'default_gateway': u'0.0.0.0', u'ipv6_duid': u'00:03:00:01:06:9c:34:00:08:2e', u'mac_address': u'06:9c:34:00:08:2e', u'ipv4_adress': u'10.3.29.190', u'host_name': u'cpanel-centos7', u'default_entry': False, u'type': u'dhcpentry', u'dns_adresses': u'42.0.29.11'}, u'10.3.29.182': {u'default_gateway': u'0.0.0.0', u'ipv6_duid': u'00:03:00:01:06:ad:c0:00:08:26', u'mac_address': u'06:ad:c0:00:08:26', u'ipv4_adress': u'10.3.29.182', u'host_name': u'server-1172', u'default_entry': False, u'type': u'dhcpentry', u'dns_adresses': u'42.0.28.11'}, u'id': u'dhcpentry'}
  131. 2016-12-20 14:36:26,349 merge.py load:60 Loading data bag type ips
  132. 2016-12-20 14:36:26,349 merge.py load:60 Loading data bag type cmdline
  133. 2016-12-20 14:36:26,349 configure.py main:924 Configuring ip addresses
  134. 2016-12-20 14:36:26,349 CsHelper.py execute:184 Executing: ip addr show dev eth1
  135. 2016-12-20 14:36:26,353 CsHelper.py execute:184 Executing: ip addr show dev eth0
  136. 2016-12-20 14:36:26,356 CsHelper.py execute:184 Executing: ip addr show dev eth1
  137. 2016-12-20 14:36:26,359 CsAddress.py process:107 Address found in DataBag ==> {u'public_ip': u'169.254.1.171', u'one_to_one_nat': False, u'nic_dev_id': u'1', u'network': u'169.254.0.0/16', u'netmask': u'255.255.0.0', u'source_nat': False, u'broadcast': u'169.254.255.255', u'add': True, u'nw_type': u'control', u'device': u'eth1', u'cidr': u'169.254.1.171/16', u'gateway': u'None', u'size': u'16'}
  138. 2016-12-20 14:36:26,359 CsAddress.py process:116 Address 169.254.1.171/16 on device eth1 not configured
  139. 2016-12-20 14:36:26,360 CsAddress.py configure:274 Configuring address 169.254.1.171/16 on device eth1
  140. 2016-12-20 14:36:26,360 CsHelper.py execute:184 Executing: ip addr add dev eth1 169.254.1.171/16 brd +
  141. 2016-12-20 14:36:26,363 CsRoute.py defaultroute_exists:89 Checking if default ipv4 route is present
  142. 2016-12-20 14:36:26,363 CsHelper.py execute:184 Executing: ip -4 route list 0/0
  143. 2016-12-20 14:36:26,366 CsRoute.py defaultroute_exists:93 Default route found: default via 10.3.29.1 dev eth0
  144. 2016-12-20 14:36:26,366 CsHelper.py execute:184 Executing: ip addr show dev eth0
  145. 2016-12-20 14:36:26,369 CsAddress.py process:107 Address found in DataBag ==> {u'public_ip': u'10.3.29.10', u'one_to_one_nat': False, u'nic_dev_id': u'0', u'network': u'10.3.29.0/24', u'netmask': u'255.255.255.0', u'source_nat': False, u'broadcast': u'10.3.29.255', u'add': True, u'nw_type': u'guest', u'device': u'eth0', u'cidr': u'10.3.29.10/24', u'gateway': u'None', u'size': u'24'}
  146. 2016-12-20 14:36:26,369 CsAddress.py process:116 Address 10.3.29.10/24 on device eth0 not configured
  147. 2016-12-20 14:36:26,369 CsAddress.py configure:274 Configuring address 10.3.29.10/24 on device eth0
  148. 2016-12-20 14:36:26,370 CsHelper.py execute:184 Executing: ip addr add dev eth0 10.3.29.10/24 brd +
  149. 2016-12-20 14:36:26,372 CsRoute.py add_table:38 Adding route table: 0 Table_eth0 to /etc/iproute2/rt_tables if not present
  150. 2016-12-20 14:36:26,373 CsHelper.py execute:184 Executing: ip rule show
  151. 2016-12-20 14:36:26,376 CsHelper.py execute:184 Executing: ip rule add fwmark 0 table Table_eth0
  152. 2016-12-20 14:36:26,378 CsRule.py addMark:37 Added fwmark rule for Table_eth0
  153. 2016-12-20 14:36:26,378 CsHelper.py execute:184 Executing: ip link show eth0 | grep 'state DOWN'
  154. 2016-12-20 14:36:26,382 CsHelper.py execute:184 Executing: arping -c 1 -I eth0 -A -U -s 10.3.29.10 None
  155. 2016-12-20 14:36:46,406 CsAddress.py inKernel:686 rpsfr is not present in the kernel
  156. 2016-12-20 14:36:46,407 CsRoute.py add_table:38 Adding route table: 0 Table_eth0 to /etc/iproute2/rt_tables if not present
  157. 2016-12-20 14:36:46,407 CsRoute.py add_route:50 Adding route: dev eth0 table: Table_eth0 network: 10.3.29.0/24 if not present
  158. 2016-12-20 14:36:46,408 CsHelper.py execute:184 Executing: ip route show dev eth0 table Table_eth0 10.3.29.0/24
  159. 2016-12-20 14:36:46,413 CsFile.py load:39 Reading file /etc/apache2/sites-enabled/vhost-10.3.29.10.conf
  160. 2016-12-20 14:36:46,414 CsFile.py search:124 Searching for <VirtualHost.*:80> and replacing with <VirtualHost 10.3.29.10:80>
  161. 2016-12-20 14:36:46,415 CsFile.py search:124 Searching for <VirtualHost.*:443> and replacing with <VirtualHost 10.3.29.10:443>
  162. 2016-12-20 14:36:46,416 CsFile.py search:124 Searching for Listen .*:80 and replacing with Listen 10.3.29.10:80
  163. 2016-12-20 14:36:46,417 CsFile.py search:124 Searching for Listen .*:443 and replacing with Listen 10.3.29.10:443
  164. 2016-12-20 14:36:46,418 CsFile.py search:124 Searching for NameVirtualHost .*:80 and replacing with NameVirtualHost 10.3.29.10:80
  165. 2016-12-20 14:36:46,419 CsFile.py search:124 Searching for ServerName.* and replacing with ServerName dhcpsrvr.nocser.net
  166. 2016-12-20 14:36:46,421 CsHelper.py execute:184 Executing: ps aux
  167. 2016-12-20 14:36:46,435 CsRoute.py defaultroute_exists:89 Checking if default ipv4 route is present
  168. 2016-12-20 14:36:46,435 CsHelper.py execute:184 Executing: ip -4 route list 0/0
  169. 2016-12-20 14:36:46,438 CsRoute.py defaultroute_exists:93 Default route found: default via 10.3.29.1 dev eth0
  170. 2016-12-20 14:36:46,439 configure.py main:968 Configuring dhcp entry
  171. 2016-12-20 14:36:46,439 merge.py load:60 Loading data bag type dhcpentry
  172. 2016-12-20 14:36:46,439 CsHelper.py execute:184 Executing: ip addr show
  173. 2016-12-20 14:36:46,443 CsFile.py load:39 Reading file /etc/dhcphosts.txt
  174. 2016-12-20 14:36:46,443 CsFile.py load:39 Reading file /etc/dnsmasq.d/cloud.conf
  175. 2016-12-20 14:36:46,444 CsFile.py load:39 Reading file /etc/hosts
  176. 2016-12-20 14:36:46,445 CsFile.py commit:66 Wrote edited file /etc/hosts
  177. 2016-12-20 14:36:46,445 CsFile.py commit:68 Updated file in-cache configuration
  178. 2016-12-20 14:36:46,445 CsDhcp.py write_hosts:125 Updated hosts file
  179. 2016-12-20 14:36:46,445 CsFile.py search:124 Searching for dhcp-range=interface:eth0,set:interface-eth0-0 and replacing with dhcp-range=interface:eth0,set:interface-eth0-0,10.3.29.10,static
  180. 2016-12-20 14:36:46,446 merge.py load:57 Creating data bag type guestnetwork
  181. 2016-12-20 14:36:46,446 CsFile.py search:124 Searching for dhcp-option=tag:interface-eth0-0,15 and replacing with dhcp-option=tag:interface-eth0-0,15,nocser.net
  182. 2016-12-20 14:36:46,447 CsAddress.py get_guest_if:59 Guest interface will be set on device 'eth0' and IP '10.3.29.10'
  183. 2016-12-20 14:36:46,447 CsAddress.py get_guest_if:59 Guest interface will be set on device 'eth0' and IP '10.3.29.10'
  184. 2016-12-20 14:36:46,447 CsFile.py search:124 Searching for dhcp-option=tag:interface-eth0-0,6 and replacing with dhcp-option=tag:interface-eth0-0,6,10.3.29.10,8.8.8.8,8.8.4.4
  185. 2016-12-20 14:36:46,448 CsFile.py search:124 Searching for dhcp-option=tag:interface-eth0-0,3, and replacing with dhcp-option=tag:interface-eth0-0,3,0.0.0.0
  186. 2016-12-20 14:36:46,448 CsAddress.py get_guest_if:59 Guest interface will be set on device 'eth0' and IP '10.3.29.10'
  187. 2016-12-20 14:36:46,448 CsFile.py search:124 Searching for dhcp-option=tag:interface-eth0-0,1, and replacing with dhcp-option=tag:interface-eth0-0,1,255.255.255.0
  188. 2016-12-20 14:36:46,449 CsFile.py commit:60 Nothing to commit. The /etc/dnsmasq.d/cloud.conf file did not change
  189. 2016-12-20 14:36:46,449 CsFile.py commit:66 Wrote edited file /etc/dhcphosts.txt
  190. 2016-12-20 14:36:46,449 CsFile.py commit:68 Updated file in-cache configuration
  191. 2016-12-20 14:36:46,449 CsHelper.py execute:184 Executing: service dnsmasq restart
  192. 2016-12-20 14:36:48,472 CsHelper.py service:213 Service dnsmasq restart
  193. 2016-12-20 14:36:48,472 CsRedundant.py set:68 Router redundancy status is False
  194. 2016-12-20 14:36:48,472 CsHelper.py execute:184 Executing: service conntrackd stop
  195. 2016-12-20 14:36:48,488 CsHelper.py service:213 Service conntrackd stop
  196. 2016-12-20 14:36:48,488 CsHelper.py execute:184 Executing: service keepalived stop
  197. 2016-12-20 14:36:48,497 CsHelper.py service:213 Service keepalived stop
  198. 2016-12-20 14:36:48,498 CsHelper.py execute:184 Executing: mount
  199. 2016-12-20 14:36:48,995 merge.py load:60 Loading data bag type vmdata
  200. 2016-12-20 14:36:48,996 merge.py process:100 Command of type vmdata received
  201. 2016-12-20 14:36:48,996 merge.py save:71 Writing data bag type vmdata
  202. 2016-12-20 14:36:48,996 merge.py save:72 {u'10.3.29.81': [[u'userdata', u'user-data', None], [u'metadata', u'service-offering', u'Cloud 1 vCPU Performance'], [u'metadata', u'availability-zone', u'AIMS KL'], [u'metadata', u'local-ipv4', u'10.3.29.81'], [u'metadata', u'local-hostname', u'mas'], [u'metadata', u'public-ipv4', u'10.3.29.81'], [u'metadata', u'public-hostname', None], [u'metadata', u'instance-id', u'e1995f74-d5cf-4550-8091-dee2f1314d0a'], [u'metadata', u'vm-id', u'e1995f74-d5cf-4550-8091-dee2f1314d0a'], [u'metadata', u'public-keys', None], [u'metadata', u'cloud-identifier', u'CloudStack-{7ac67a94-0e31-466d-bab2-ff98d87fc1f8}']], u'10.3.29.244': [[u'userdata', u'user-data', None], [u'metadata', u'service-offering', u'Cloud 4 vCPU Performance'], [u'metadata', u'availability-zone', u'AIMS KL'], [u'metadata', u'local-ipv4', u'10.3.29.244'], [u'metadata', u'local-hostname', u'server-1315'], [u'metadata', u'public-ipv4', u'10.3.29.244'], [u'metadata', u'public-hostname', None], [u'metadata', u'instance-id', u'bb9acdec-c0d1-4ff6-bd9d-40f723fb91f7'], [u'metadata', u'vm-id', u'bb9acdec-c0d1-4ff6-bd9d-40f723fb91f7'], [u'metadata', u'public-keys', None], [u'metadata', u'cloud-identifier', u'CloudStack-{7ac67a94-0e31-466d-bab2-ff98d87fc1f8}']], u'10.3.29.190': [[u'userdata', u'user-data', None], [u'metadata', u'service-offering', u'Cloud 2 vCPU Performance'], [u'metadata', u'availability-zone', u'AIMS KL'], [u'metadata', u'local-ipv4', u'10.3.29.190'], [u'metadata', u'local-hostname', u'cpanel-centos7'], [u'metadata', u'public-ipv4', u'10.3.29.190'], [u'metadata', u'public-hostname', None], [u'metadata', u'instance-id', u'8126878a-d5b8-451b-9280-cf6cc8619ffc'], [u'metadata', u'vm-id', u'8126878a-d5b8-451b-9280-cf6cc8619ffc'], [u'metadata', u'public-keys', None], [u'metadata', u'cloud-identifier', u'CloudStack-{7ac67a94-0e31-466d-bab2-ff98d87fc1f8}']], u'10.3.29.182': [[u'userdata', u'user-data', None], [u'metadata', u'service-offering', u'Cloud 1 vCPU Eco'], [u'metadata', u'availability-zone', u'AIMS KL'], [u'metadata', u'local-ipv4', u'10.3.29.182'], [u'metadata', u'local-hostname', u'server-1172'], [u'metadata', u'public-ipv4', u'10.3.29.182'], [u'metadata', u'public-hostname', None], [u'metadata', u'instance-id', u'020f1c76-7022-41ba-9b54-ada82d30ae7a'], [u'metadata', u'vm-id', u'020f1c76-7022-41ba-9b54-ada82d30ae7a'], [u'metadata', u'public-keys', None], [u'metadata', u'cloud-identifier', u'CloudStack-{7ac67a94-0e31-466d-bab2-ff98d87fc1f8}']], u'id': u'vmdata'}
  203. 2016-12-20 14:36:48,997 merge.py load:60 Loading data bag type ips
  204. 2016-12-20 14:36:48,998 merge.py load:60 Loading data bag type cmdline
  205. 2016-12-20 14:36:48,998 configure.py main:924 Configuring ip addresses
  206. 2016-12-20 14:36:48,998 CsHelper.py execute:184 Executing: ip addr show dev eth1
  207. 2016-12-20 14:36:49,001 CsHelper.py execute:184 Executing: ip addr show dev eth0
  208. 2016-12-20 14:36:49,004 CsHelper.py execute:184 Executing: ip addr show dev eth1
  209. 2016-12-20 14:36:49,007 CsAddress.py process:107 Address found in DataBag ==> {u'public_ip': u'169.254.1.171', u'one_to_one_nat': False, u'nic_dev_id': u'1', u'network': u'169.254.0.0/16', u'netmask': u'255.255.0.0', u'source_nat': False, u'broadcast': u'169.254.255.255', u'add': True, u'nw_type': u'control', u'device': u'eth1', u'cidr': u'169.254.1.171/16', u'gateway': u'None', u'size': u'16'}
  210. 2016-12-20 14:36:49,008 CsAddress.py process:116 Address 169.254.1.171/16 on device eth1 not configured
  211. 2016-12-20 14:36:49,008 CsAddress.py configure:274 Configuring address 169.254.1.171/16 on device eth1
  212. 2016-12-20 14:36:49,008 CsHelper.py execute:184 Executing: ip addr add dev eth1 169.254.1.171/16 brd +
  213. 2016-12-20 14:36:49,011 CsRoute.py defaultroute_exists:89 Checking if default ipv4 route is present
  214. 2016-12-20 14:36:49,011 CsHelper.py execute:184 Executing: ip -4 route list 0/0
  215. 2016-12-20 14:36:49,014 CsRoute.py defaultroute_exists:93 Default route found: default via 10.3.29.1 dev eth0
  216. 2016-12-20 14:36:49,014 CsHelper.py execute:184 Executing: ip addr show dev eth0
  217. 2016-12-20 14:36:49,017 CsAddress.py process:107 Address found in DataBag ==> {u'public_ip': u'10.3.29.10', u'one_to_one_nat': False, u'nic_dev_id': u'0', u'network': u'10.3.29.0/24', u'netmask': u'255.255.255.0', u'source_nat': False, u'broadcast': u'10.3.29.255', u'add': True, u'nw_type': u'guest', u'device': u'eth0', u'cidr': u'10.3.29.10/24', u'gateway': u'None', u'size': u'24'}
  218. 2016-12-20 14:36:49,017 CsAddress.py process:116 Address 10.3.29.10/24 on device eth0 not configured
  219. 2016-12-20 14:36:49,017 CsAddress.py configure:274 Configuring address 10.3.29.10/24 on device eth0
  220. 2016-12-20 14:36:49,017 CsHelper.py execute:184 Executing: ip addr add dev eth0 10.3.29.10/24 brd +
  221. 2016-12-20 14:36:49,020 CsRoute.py add_table:38 Adding route table: 0 Table_eth0 to /etc/iproute2/rt_tables if not present
  222. 2016-12-20 14:36:49,020 CsHelper.py execute:184 Executing: ip rule show
  223. 2016-12-20 14:36:49,023 CsHelper.py execute:184 Executing: ip rule add fwmark 0 table Table_eth0
  224. 2016-12-20 14:36:49,025 CsRule.py addMark:37 Added fwmark rule for Table_eth0
  225. 2016-12-20 14:36:49,025 CsHelper.py execute:184 Executing: ip link show eth0 | grep 'state DOWN'
  226. 2016-12-20 14:36:49,029 CsHelper.py execute:184 Executing: arping -c 1 -I eth0 -A -U -s 10.3.29.10 None
  227. 2016-12-20 14:37:09,054 CsAddress.py inKernel:686 rpsfr is not present in the kernel
  228. 2016-12-20 14:37:09,054 CsRoute.py add_table:38 Adding route table: 0 Table_eth0 to /etc/iproute2/rt_tables if not present
  229. 2016-12-20 14:37:09,054 CsRoute.py add_route:50 Adding route: dev eth0 table: Table_eth0 network: 10.3.29.0/24 if not present
  230. 2016-12-20 14:37:09,055 CsHelper.py execute:184 Executing: ip route show dev eth0 table Table_eth0 10.3.29.0/24
  231. 2016-12-20 14:37:09,060 CsFile.py load:39 Reading file /etc/apache2/sites-enabled/vhost-10.3.29.10.conf
  232. 2016-12-20 14:37:09,061 CsFile.py search:124 Searching for <VirtualHost.*:80> and replacing with <VirtualHost 10.3.29.10:80>
  233. 2016-12-20 14:37:09,062 CsFile.py search:124 Searching for <VirtualHost.*:443> and replacing with <VirtualHost 10.3.29.10:443>
  234. 2016-12-20 14:37:09,063 CsFile.py search:124 Searching for Listen .*:80 and replacing with Listen 10.3.29.10:80
  235. 2016-12-20 14:37:09,064 CsFile.py search:124 Searching for Listen .*:443 and replacing with Listen 10.3.29.10:443
  236. 2016-12-20 14:37:09,066 CsFile.py search:124 Searching for NameVirtualHost .*:80 and replacing with NameVirtualHost 10.3.29.10:80
  237. 2016-12-20 14:37:09,067 CsFile.py search:124 Searching for ServerName.* and replacing with ServerName dhcpsrvr.nocser.net
  238. 2016-12-20 14:37:09,068 CsHelper.py execute:184 Executing: ps aux
  239. 2016-12-20 14:37:09,081 CsRoute.py defaultroute_exists:89 Checking if default ipv4 route is present
  240. 2016-12-20 14:37:09,081 CsHelper.py execute:184 Executing: ip -4 route list 0/0
  241. 2016-12-20 14:37:09,085 CsRoute.py defaultroute_exists:93 Default route found: default via 10.3.29.1 dev eth0
  242. 2016-12-20 14:37:09,085 configure.py main:938 Configuring vmdata
  243. 2016-12-20 14:37:09,085 merge.py load:60 Loading data bag type vmdata
  244. 2016-12-20 14:37:09,086 configure.py process:288 Processing metadata for 10.3.29.244
  245. 2016-12-20 14:37:09,107 configure.py process:288 Processing metadata for 10.3.29.190
  246. 2016-12-20 14:37:09,115 configure.py process:288 Processing metadata for 10.3.29.182
  247. 2016-12-20 14:37:09,123 configure.py process:288 Processing metadata for 10.3.29.81
  248. 2016-12-20 14:37:09,132 CsRedundant.py set:68 Router redundancy status is False
  249. 2016-12-20 14:37:09,132 CsHelper.py execute:184 Executing: service conntrackd stop
  250. 2016-12-20 14:37:09,145 CsHelper.py service:213 Service conntrackd stop
  251. 2016-12-20 14:37:09,145 CsHelper.py execute:184 Executing: service keepalived stop
  252. 2016-12-20 14:37:09,153 CsHelper.py service:213 Service keepalived stop
  253. 2016-12-20 14:37:09,153 CsHelper.py execute:184 Executing: mount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement