Added new command for Image Build.

* command: airshipctl image build
* For now it is just a wrapper for baremetal isogen.
* Removed isogen subcommand from baremetal

Change-Id: I5c1260c4b167e5768eba27a7cd83c9b60ab29184
Relates-To:#251
Closes:#251
This commit is contained in:
Yasin, Siraj (SY495P)
2020-05-28 13:39:21 -05:00
committed by Sirajudeen
parent 3f79bf8bbd
commit 54e13ceaad
15 changed files with 157 additions and 23 deletions

View File

@@ -19,7 +19,7 @@
become: yes
- name: build ephemeral node iso
command: airshipctl baremetal isogen
command: airshipctl image build
environment:
http_proxy: "{{ proxy.http }}"
https_proxy: "{{ proxy.http }}"