From 42e6183c61d9cfbf6a05bbdbeac9c20a4c810147 Mon Sep 17 00:00:00 2001 From: Tony Garcia Date: Sun, 12 Feb 2023 12:44:22 -0600 Subject: [PATCH] Update template Update instructions and remove unused setting in inventory --- README.md | 2 +- inventories/pool/cluster1 | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 49936ea..6884174 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ $ git push -u origin main Then create the required directories and files for DCI to work: ```ShellSession -$ cd +$ cd ~ $ mkdir -p dci-cache-dir upload-errors .config/dci-pipeline $ cat > .config/dci-pipeline/config <--config/pipelines diff --git a/inventories/pool/cluster1 b/inventories/pool/cluster1 index fb24cf1..667f327 100644 --- a/inventories/pool/cluster1 +++ b/inventories/pool/cluster1 @@ -49,9 +49,6 @@ build="" # prov_network=172.22.0.0/21 # prov_dhcp_range="172.22.0.10,172.22.0.100" -# Provisioning IP address (default value) -prov_ip=172.22.0.3 - # (Optional) Enable playbook to pre-download RHCOS images prior to cluster deployment and use them as a local # cache. Default is false. #cache_enabled=True