avd icon indicating copy to clipboard operation
avd copied to clipboard

Feat(eos_cli_config_gen): Support mcs cvx server commands

Open sugetha24 opened this issue 2 years ago • 4 comments

Change Summary

Add support for MCS services under CVX

cvx
   no shutdown
   !
   service mcs
      redis password 7 070E334ddD1D18
      no shutdown

Related Issue(s)

Fixes #1962

Component(s) name

arista.avd.eos_cli_config_gen

Proposed changes

Data model

cvx:
    shutdown: < true|false >
    services:
        mcs:
            redis:
                password: 070E334ddD1D18
                encryption: < true|false >
            shutdown: < true|false >

How to test

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

Checklist

User Checklist

Repository Checklist

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

sugetha24 avatar Aug 08 '22 23:08 sugetha24

Please delete this empty file image

tgodaA avatar Aug 09 '22 01:08 tgodaA

Add this to README.md

tgodaA avatar Aug 09 '22 01:08 tgodaA

@sugetha24 is this config related to a switch?

image

tgodaA avatar Aug 10 '22 13:08 tgodaA

@sugetha24 is this config related to a switch?

image

@tgodaA, yes. It is a CVX related config

sugetha24 avatar Aug 10 '22 17:08 sugetha24