fule9.0安装openstack导入build bootstrap过程

[root@fuel ~]# cd /var/www/nailgun/


[root@fuel nailgun]# mv bootstraps bootstraps-bak


[root@fuel nailgun]# unzip bootstraps.zip 


Archive:  bootstraps.zip

   creating: bootstraps/

   creating: bootstraps/active_bootstrap/

 extracting: bootstraps/active_bootstrap/initrd.img  

  inflating: bootstraps/active_bootstrap/metadata.yaml  

 extracting: bootstraps/active_bootstrap/root.squashfs  

  inflating: bootstraps/active_bootstrap/vmlinuz  

   creating: bootstraps/bootstrap_stub/

 extracting: bootstraps/bootstrap_stub/initrd.img  

 extracting: bootstraps/bootstrap_stub/vmlinuz  

   creating: bootstraps/d01c72e6-83f4-4a19-bb86-6085e40416e6/

 extracting: bootstraps/d01c72e6-83f4-4a19-bb86-6085e40416e6/initrd.img  

  inflating: bootstraps/d01c72e6-83f4-4a19-bb86-6085e40416e6/metadata.yaml  

 extracting: bootstraps/d01c72e6-83f4-4a19-bb86-6085e40416e6/root.squashfs  

  inflating: bootstraps/d01c72e6-83f4-4a19-bb86-6085e40416e6/vmlinuz  

  

[root@fuel nailgun]# fuel-bootstrap activate d01c72e6-83f4-4a19-bb86-6085e40416e6


Starting new HTTP connection (1): 10.20.0.2

Starting new HTTP connection (1): 10.20.0.2

Starting new HTTP connection (1): 10.20.0.2

Starting new HTTP connection (1): 10.20.0.2

[Errno 21] Is a directory: '/var/www/nailgun/bootstraps/active_bootstrap'


[root@fuel nailgun]# rm -rf bootstraps


[root@fuel nailgun]# tar cf bootstraps-bak.tar.gz bootstraps-bak/

[root@fuel nailgun]# ls

bootstraps-bak         bootstraps.zip  dump        extra-repos  mirrors.zip  mos-centos    ubuntu

bootstraps-bak.tar.gz  centos          error.html  index.html   mitaka-9.0   targetimages

[root@fuel nailgun]# mv bootstraps-bak bootstraps

[root@fuel nailgun]# ls

bootstraps             bootstraps.zip  dump        extra-repos  mirrors.zip  mos-centos    ubuntu

bootstraps-bak.tar.gz  centos          error.html  index.html   mitaka-9.0   targetimages

[root@fuel nailgun]# unzip bootstraps.zip 

Archive:  bootstraps.zip

replace bootstraps/active_bootstrap/initrd.img? [y]es, [n]o, [A]ll, [N]one, [r]ename: A

 extracting: bootstraps/active_bootstrap/initrd.img  

  inflating: bootstraps/active_bootstrap/metadata.yaml  

 extracting: bootstraps/active_bootstrap/root.squashfs  

  inflating: bootstraps/active_bootstrap/vmlinuz  

 extracting: bootstraps/bootstrap_stub/initrd.img  

 extracting: bootstraps/bootstrap_stub/vmlinuz  

   creating: bootstraps/d01c72e6-83f4-4a19-bb86-6085e40416e6/

 extracting: bootstraps/d01c72e6-83f4-4a19-bb86-6085e40416e6/initrd.img  

  inflating: bootstraps/d01c72e6-83f4-4a19-bb86-6085e40416e6/metadata.yaml  

 extracting: bootstraps/d01c72e6-83f4-4a19-bb86-6085e40416e6/root.squashfs  

  inflating: bootstraps/d01c72e6-83f4-4a19-bb86-6085e40416e6/vmlinuz 

  

[root@fuel nailgun]# fuel-bootstrap activate d01c72e6-83f4-4a19-bb86-6085e40416e6

Starting new HTTP connection (1): 10.20.0.2

Starting new HTTP connection (1): 10.20.0.2

Starting new HTTP connection (1): 10.20.0.2

Starting new HTTP connection (1): 10.20.0.2

Bootstrap image d01c72e6-83f4-4a19-bb86-6085e40416e6 has been activated.

[root@fuel nailgun]# 

本文 暂无 评论

回复给

Top