-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update hack/generate-manifest.sh --mode antrea-e2e
#321
Comments
The issue was firstly raised by @yanjunz97 in antrea-io/antrea#5020 (comment). Please feel free to correct me if I made anything wrong in the issue description. |
hack/generate-manifest.sh --antrea-e2e
modehack/generate-manifest.sh --mode antrea-e2e
Thanks @heanlan for creating the issue! I would like to discuss a little bit more regarding ZooKeeper. As current data schema has dependency on ZooKeeper, e.g. we use replicated engine for tables, removing ZooKeeper in the generated YAML file might be a little bit difficult. But we still have some options:
I personally prefer the second one if we can make sure that implementation in shell script is readable. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days |
@yanjunz97 @heanlan |
Thanks YunTang for pointing out this. I think its good to close this issue. Let me close it |
hack/generate-manifest.sh --mode antrea-e2e
is used to generates YAML manifest for e2e tests in Antrea repository, which should only includes a ClickHouse server with default credentials. We need the script to create the YAML manifest because it is easier to keep the ClickHouse data schema in both Theia and Antrea in-sync.The current script is a bit out-of-date, since we added new features to the Theia, by running the command will give us a manifest with a lot of more resources other than the required ClickHouse server. We would like to remove all the unnecessary resources from the generated script, including theia-manager, zookeeper, theia-cli. We would also like to replace
projects.registry.vmware.com/antrea/theia-clickhouse-server
byprojects.registry.vmware.com/antrea/clickhouse-server
in the generated manifest, as the Antrea e2e test does not need to be run based on theia built images.The text was updated successfully, but these errors were encountered: