Add support for CVX-MCS server and client configuration (for M&E)
See original GitHub issueEnhancement summary
Support for enabling CVX-MCS server and CVX-MCS Client configs for M&E deployment. Following are the required pieces for this configuration,
- CVX MCS Server - Enable cvx - Enable management http - Enable mcs server - Input redis password
- CVX MCS Client - Enable man cvx - Input cvx mcs server ip - Enable mcs client - Input secondary cvx mcs server ip ( if it is a purple client)
Which component of AVD is impacted
others
Use case example
MCS is used as a deterministic bandwidth control mechanism for multicast workflows. This is a CVX service, which involves configuration from CVX server and CVX clients . Some of the CVX clients communicate with 2 CVX Servers and these clienst are called Purple clients. Purple clients have an additional configuration that enables them to communicate with 2 CVX servers.
Describe the solution you would like
It would be good to have support for configuring CVX MCS Server and client,
Following are required configs ,
On CVX Server,
cvx
no shutdown
!
service mcs
redis password 7 070E334ddD1D18
no shutdown
management api http-commands
no shutdown
management http-server
protocol http
On CVX Client,
management cvx
no shutdown
server host 10.90.224.188
mcs client
no shutdown
On CVX Purple Client,
management cvx
no shutdown
server host 172.24.85.239
mcs client
no shutdown
!
cvx secondary blue
server host 172.24.86.56
Describe alternatives you have considered
No response
Additional context
No response
Contributing Guide
- I agree to follow this project’s Code of Conduct
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
Learning NFS through server and client configuration - Red Hat
Configure the server. Step 1: Start and enable the newly-installed nfs-utils service. Step 2: Confirm the nfs-server service is up and running. ...
Read more >Communications between endpoints - Configuration Manager
To help secure the communication between Configuration Manager clients and site servers, configure one of the following options:.
Read more >HashiCorp - Configuring a Server & Client on AWS - YouTube
Cole Morrison and Rosemary Wang (Developer Advocates at HashiCorp) learn Consul the hard way by setting it from scratch.
Read more >Configuring the client to use the client acceptor service ... - IBM
In the backup-archive client GUI, click Utilities > Setup Wizard > Help me configure the TSM Client Scheduler and click Next. Read the...
Read more >How To Guide: Set Up & Configure OpenVPN Client/server VPN
Linux Notes (using RPM package). If you are using a Linux distribution which supports RPM packages (SuSE, Fedora, Redhat, etc.), it's best to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Mcs server:
mcs client:
purple client
Closed in #1682