summaryrefslogtreecommitdiffstats
path: root/site/intel-pod17
diff options
context:
space:
mode:
authorJames Gu <james.gu@att.com>2021-03-02 12:30:11 -0800
committerJames Gu <james.gu@att.com>2021-03-02 12:34:08 -0800
commit88723e1bb827b0efa57f47cb12d0ff1c1fe7802c (patch)
treeb4edc11324fc658ff0a2d6cae4f7fd7bafcaa0b0 /site/intel-pod17
parentce458d32d63dc91639dd26182473b19c5d1c3d92 (diff)
Intel-pod 15 upgrade to Airship 1.8
Fixed the last issue in pod 15 site upgrade to airship 1.8. Added sleep between genesis and shipyard site action Updated upstream treasumerap reference to include the QOS fix Change-Id: I0086778eb8bb1ba1222880c4d0dfca829c82a9ca Signed-off-by: James Gu <james.gu@att.com>
Diffstat (limited to 'site/intel-pod17')
-rw-r--r--site/intel-pod17/networks/physical/networks.yaml4
-rw-r--r--site/intel-pod17/site-definition.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/site/intel-pod17/networks/physical/networks.yaml b/site/intel-pod17/networks/physical/networks.yaml
index a0c5ca6..af0bccc 100644
--- a/site/intel-pod17/networks/physical/networks.yaml
+++ b/site/intel-pod17/networks/physical/networks.yaml
@@ -86,13 +86,13 @@ data:
- type: dhcp
start: 10.10.171.40
end: 10.10.171.128
-# dns:
+ dns:
# NEWSITE-CHANGEME: Use MAAS VIP as the DNS server.
# MAAS has inbuilt DNS server and Debian mirror that allows nodes to be
# deployed without requiring routed/internet access for the Admin/PXE interface.
# See data.vip.maas_vip in networks/common-addresses.yaml.
# TODO: This should be populated via substitution from common-addresses
-# servers: '10.10.171.20'
+ servers: '10.10.171.20'
...
---
schema: 'drydock/Network/v1'
diff --git a/site/intel-pod17/site-definition.yaml b/site/intel-pod17/site-definition.yaml
index 4d16f71..0780e8e 100644
--- a/site/intel-pod17/site-definition.yaml
+++ b/site/intel-pod17/site-definition.yaml
@@ -13,6 +13,6 @@ data:
repositories:
global:
# qos fix
- revision: refs/changes/70/771670/1
+ revision: 40c743f7fa715c3c9dc3e3cc4ee21cf6553f2ebb
url: https://opendev.org/airship/treasuremap.git
...