- play_arrow Installing and Upgrading Contrail
- play_arrow Understanding Contrail
- play_arrow Supported Platforms and Server Requirements
- play_arrow Contrail Command
- play_arrow Installing Contrail
- play_arrow Using Contrail with AppFormix
- play_arrow Using Contrail with Kubernetes
- Installing and Managing Contrail Microservices Architecture Using Helm Charts
- Provisioning of Kubernetes Clusters
- Installing Standalone Kubernetes Contrail Cluster using the Contrail Command UI
- Using Helm Charts to Provision Multinode Contrail OpenStack Ocata with High Availability
- Using Helm Charts to Provision All-in-One Contrail with OpenStack Ocata
- Accessing a Contrail OpenStack Helm Cluster
- Frequently Asked Questions About Contrail and Helm Charts
- Installing Contrail Networking for Kubernetes using Helm
- Verifying Configuration for CNI for Kubernetes
- play_arrow Using Contrail with Mesos
- play_arrow Using VMware vCenter with Containerized Contrail
- play_arrow Using Contrail with Red Hat OpenStack
- play_arrow Using Contrail with Red Hat OpenShift
- play_arrow Using Contrail with Juju Charms
- play_arrow Using Contrail and AppFormix with Kolla/Ocata OpenStack
- Contrail, AppFormix, and OpenStack Kolla/Ocata Deployment Requirements
- Preparing for the Installation
- Run the Playbooks
- Accessing Contrail in AppFormix Management Infrastructure in UI
- Notes and Caveats
- Example Instances.yml for Contrail and AppFormix OpenStack Deployment
- Installing AppFormix for OpenStack
- Install AppFormix for OpenStack in HA
- play_arrow Upgrading Contrail Software
- Upgrading Contrail Command using Backup Restore Procedure
- Upgrading Contrail Networking using Contrail Command UI
- Upgrading Contrail Networking using contrail-ansible Deployer
- Upgrading Contrail Networking using In-Place Upgrade Procedure
- Updating Contrail Networking using the Zero Impact Upgrade Process in an Environment using Red Hat Openstack
- Upgrading Contrail Networking with Red Hat Openstack 13 using ISSU
- How to Upgrade From Contrail Networking Release 4.1.4 with RHOSP10 to Contrail Networking Release 1912.L1 or 1912.L2 with RHOSP13
- How to Upgrade From Contrail Networking Release 3.x or 4.x with RHOSP10 to Contrail Networking Release 1907 with RHOSP13
- Upgrading Contrail Networking using the Ansible Deployer In-Service Software Upgrade Procedure in OpenStack Environments
- play_arrow Backup and Restore Contrail Software
- play_arrow Post Installation Tasks
- Configuring Role and Resource-Based Access Control
- Configuring Role-Based Access Control for Analytics
- Configuring the Control Node with BGP
- Configuring MD5 Authentication for BGP Sessions
- Configuring Transport Layer Security-Based XMPP in Contrail
- Configuring Graceful Restart and Long-lived Graceful Restart
-
Installing Contrail with Mesos
The setup process is a 2-step process including DC/OS setup and Contrail setup.
Refer to Mesosphere DC/OS website to set up DC/OS.
Contrail Networking supports DC/OS version—1.11.0.
Contrail Setup
contrail-container-builder is added with two new containers: Mesos manager and mesos-node-init
mesos-node-init installs Mesos CNI.
mesos manager and mesos-node-init runs on the worker node.
Orchestration is set to Mesos but no Mesos components will be installed through contrail-ansible-deployer.
Run the following commands to set up Contrail.
- Install ansible and clone ansible deployer.content_copy zoom_out_map
yum install -y ansible-2.4.2.0 git vim git clone http://github.com/Juniper/contrail-ansible-deployer cd contrail-ansible-deployer ssh-copy-id <all-nodes>
For more details, refer to contrail-ansible-deployer GitHub repository.
- Verify configure_instances.yml file.
Sample configure_instances.yml file
content_copy zoom_out_mapprovider_config: bms: ssh_pwd: <password> ssh_user: root ntpserver: <ntp_server> domainsuffix: local instances: bms1: provider: bms ip: <ip-address-master> roles: config_database: config: webui: control: analytics_database: analytics: bms2: provider: bms ip: <ip-address-agent> roles: mesos_master: bms3: provider: bms ip: <ip-address> roles: vrouter: mesosmanager: mesos_agent_private: bms4: provider: bms ip: <ip-address> roles: vrouter: mesosmanager: mesos_agent_public: global_configuration: CONTAINER_REGISTRY: <contrail-registry> REGISTRY_PRIVATE_INSECURE: true contrail_configuration: CLOUD_ORCHESTRATOR: mesos CONTRAIL_VERSION: queens-master-latest RABBITMQ_NODE_PORT: 5673
For more details, refer to Contrail deployment on Mesosphere DC/OS orchestrator.
- Run Contrail Ansible playbooks.Note:
You can specify orchestrator as Mesos in instance.yaml or run in ansible-playbook as -e orchestrator=mesos.
content_copy zoom_out_mapansible-playbook -i inventory/ playbooks/configure_instances.yml ansible-playbook -i inventory/ playbooks/install_contrail.yml
You can also import Mesos cluster in Contrail command. For details, refer to Importing Contrail Cluster Data using Contrail Command.