reclass option: ingore class not found
Change-Id: I4f8daa18c353ff78c2231c566e3d95f1c73ef2c3
diff --git a/bootstrap.sh b/bootstrap.sh
index 9568a5a..9d0dcd1 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -238,6 +238,7 @@
reclass: &reclass
storage_type: yaml_fs
inventory_base_uri: ${RECLASS_ROOT}
+ ignore_class_notfound: ${RECLASS_IGNORE_CLASS_NOTFOUND:-False}
ext_pillar:
- reclass: *reclass
master_tops:
@@ -252,6 +253,7 @@
pretty_print: True
output: yaml
inventory_base_uri: ${RECLASS_ROOT}
+ ignore_class_notfound: ${RECLASS_IGNORE_CLASS_NOTFOUND:-False}
EOF
clone_reclass