| |
| # Copyright 2017-present Open Networking Foundation |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| |
| --- |
| # rcord-physical-example Pod Config |
| # Example configuration for a physical R-CORD pod |
| |
| cord_scenario: cord |
| cord_profile: rcord |
| |
| # Variables |
| credentials_dir: '/opt/credentials' |
| pki_dir: '/opt/pki' |
| ssh_pki_dir: '/opt/ssh_pki' |
| |
| fabric_ip: '10.6.1.1/24' |
| management_ip: '10.6.0.1/24' |
| external_ip: '47.135.132.21/24' |
| management_network: 10.6.0.0/24 |
| |
| headnode: headnode.site1.opencord.org |
| |
| # Inventory for ansible, used to generate inventory.ini |
| inventory_groups: |
| |
| config: |
| localhost: |
| ansible_connection: local |
| |
| build: |
| localhost: |
| ansible_connection: local |
| |
| head: |
| headnode.site1.opencord.org: |
| ansible_host: 10.90.0.2 |
| ansible_port: 22 |
| ansible_user: ubuntu |
| ansible_ssh_pass: ubuntu |
| |
| compute: |
| |