Comment 8 for bug 1502839

Revision history for this message
Sagar Shukla (sa-shukla) wrote :

Hi Andres,

I tried following the procedure given below:
- Remove my custom CentOS 7 image
- Upgrade MAAS to 1.8.2 from 1.8.0
- configure your settings and download new CentOS images from 'daily' section.
- Deploy a node using this new image.

I still continue to see same issues / errors while deploying a CentOS node.

I even tried deploying CentOS 6.6 using your approach, but error remains the same while deploying new node.

Following is my curtin_userdata_centos file which looks little wierd:
# cat curtin_userdata_centos
#cloud-config
debconf_selections:
 maas: |
  {{for line in str(curtin_preseed).splitlines()}}
  {{line}}
  {{endfor}}

late_commands:
  maas: [wget, '--no-proxy', '{{node_disable_pxe_url}}', '--post-data', '{{node_disable_pxe_data}}', '-O', '/dev/null']

power_state:
  mode: reboot

Any more thoughts? Does the deployment work in your environment?