Comment 5 for bug 1674766

Revision history for this message
Chad Smith (chad.smith) wrote :

Sorry forgot to past contents here on the testing. I had forgotten to click post comment when I finished testing per the described setup.

# Here's xenial which I just reran, yakkety to follow in about 10 mins BigStep was discovered in this case

csmith@fringe:~/src/sru$ echo $ref
xenial-proposed
csmith@fringe:~/src/sru$ lxc init $ref $name
Creating xp1
csmith@fringe:~/src/sru$ echo -n http://$hostaddr:9999/bigstep.json |
> lxc file push -p - $name/var/lib/cloud/data/seed/bigstep/url
csmith@fringe:~/src/sru$ echo 'datasource_list: [Bigstep, OpenStack, None]' |
> lxc file push -p - $name/etc/cloud/cloud.cfg.d/99-bigstep.cfg
csmith@fringe:~/src/sru$ lxc start $name
sleep 10csmith@fringe:~/src/sru$ sleep 10
10.249.77.167 - - [20/Apr/2017 10:10:51] "GET /bigstep.json HTTP/1.1" 200 -
csmith@fringe:~/src/sru$ lxc file pull $name/run/cloud-init/result.json -
{
 "v1": {
  "datasource": "DataSourceBigstep",
  "errors": []
 }