- Spaces are configured for underlay and internal(Pic in comments)
- Netplan has maas as search
- No Upstream DNS settings in Network Services, Enable DNSSEC was Automatic, NTP is ntp.ubuntu.com and Use external NTP was not checked
- In the subnets, Gateway IP and DNS are not configured
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Within contrail-command container | |
| ls | |
| vi /var/tmp/contrail_cluster/2911da4c-ed1a-11ea-ac09-002590aaa945/instances.yml | |
| exit | |
| ll | |
| cd / | |
| ll | |
| ll opt/ | |
| ll home/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <!-- saved from url=(0076)http://anamika.englab.juniper.net:8080/job/Nuthan_contrail_command/configure --> | |
| <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <title>Nuthan_contrail_command Config [Jenkins]</title><link rel="stylesheet" type="text/css" href="./Nuthan_contrail_command Config [Jenkins]_files/style.css"><link rel="stylesheet" type="text/css" href="./Nuthan_contrail_command Config [Jenkins]_files/color.css"><link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://anamika.englab.juniper.net:8080/static/5eba508f/favicon.ico"><script>var isRunAsTest=false; var rootURL=""; var resURL="/static/5eba508f";</script><script src="./Nuthan_contrail_command Config [Jenkins]_files/prototype.js" type="text/javascript"></script><script src="./Nuthan_contrail_command Config [Jenkins]_files/behavior.js" type="text/javascript"></script><script src="./Nuthan_contrail_command Config [Jenkins]_files/bind.js" type="text/javascript"></script><script sr |
There are 3 things that we need to do in MAAS UI > Settings > Network Services
1. I have turned off your network discovery
2. for NTP settings…I need to know your ntp server IP… for example in SVL we have 10.84.5.101 and also check mark the option “Use external NTP servers only”
3. for DNS settings, disable “Enable DNSSEC validation of upstream zones” and give the DNS server IP which I think you seem to have already added- Go to Test Suites and Cases header
- Go to your particular Test Suite
- Import or Add new Test case manually
- While Importing you can Export to CSV in Excel App of MAC
- After everything is done, go to Test Runs and Results header
- Edit your particular Test Run and select the newly added Test Suite or Case
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| series: "bionic" | |
| machines: | |
| # kubernetes pods | |
| 0: | |
| series: "bionic" | |
| constraints: mem=8G cores=2 root-disk=60G | |
| # kubernetes master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| deployment: | |
| type: | |
| contrail: | |
| branch: master | |
| registry: bng-artifactory.juniper.net/contrail-nightly | |
| sku: queens | |
| os: centos7 | |
| version: null | |
| orchestrator: kubernetes | |
| deployer: contrail-ansible-deployer |