guyuqi commented on PR #1148:
URL: https://github.com/apache/bigtop/pull/1148#issuecomment-1661906802
I just successfully verified `zookeeper` on my local ubuntu-22 environment:
```
components: [zookeeper]
enable_local_repo: true
smoke_test_components: [zookeeper]
```
The yaml should be:
```
docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-ubuntu-22.04"
repo:
"http://repos.bigtop.apache.org/releases/3.2.0/ubuntu/22.04/$(ARCH)"
distro: debian
components: [zookeeper]
enable_local_repo: true
smoke_test_components: [zookeeper]
```
You should not modify the field: `repo`.
The field `enable_local_repo: true` has enabled your local repo.
If we enable local repo, we should also build the prerequisite components :
`bigtop-utils`, `bigtop-jsvc` and `bigtop-groovy` and don't forget to setup apt
repo at last.
`./gradlew bigtop-utils-pkg bigtop-groovy-pkg bigtop-jsvc-pkg zookeeper-pkg
apt`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]