Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add peer hosts to CVX #2281

Merged
merged 6 commits into from
Dec 5, 2022

Conversation

sugetha24
Copy link
Contributor

Change Summary

Added peer host knob to CVX

Related Issue(s)

Fixes #2074

Component(s) name

arista.avd.eos_cli_config_gen

Proposed changes

Data Model

cvx:
  shutdown: false
  peer_hosts:
  - 1.1.1.1
  - 2.2.2.2
  services:
    mcs:
      redis:
        password: 070E334ddD1D18
        password_type: 7
      shutdown: false

Config:

cvx
   no shutdown
   peer host 1.1.1.1
   peer host 2.2.2.2
   service mcs
      redis password 7 070E334ddD1D18
      no shutdown

How to test

molecule converge --scenario-name eos_cli_config_gen -- --limit cvx

Checklist

Repository Checklist

  • My code has been rebased from devel before I start
  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation and documentation have been updated accordingly.
  • I have updated molecule CI testing accordingly. (check the box if not applicable)

@sugetha24 sugetha24 requested a review from a team as a code owner November 14, 2022 18:08
@sugetha24 sugetha24 self-assigned this Nov 14, 2022
@github-actions github-actions bot added role: eos_cli_config_gen issue related to eos_cli_config_gen role state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated labels Nov 14, 2022
@sugetha24 sugetha24 force-pushed the cvx-peerhost branch 3 times, most recently from 8b0501d to d0247c0 Compare November 28, 2022 19:04
@github-actions github-actions bot added role: eos_designs issue related to eos_designs role type: documentation Improvements or additions to documentation labels Dec 1, 2022
@github-actions github-actions bot removed role: eos_designs issue related to eos_designs role type: documentation Improvements or additions to documentation labels Dec 1, 2022
@ClausHolbechArista ClausHolbechArista merged commit 3d0b71c into aristanetworks:devel Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn: Feat role: eos_cli_config_gen issue related to eos_cli_config_gen role state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CVX Redundancy: Adding Peer Hosts to form CVX cluster
4 participants