Auto merge mandatory file pr This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
A bakery for use by Spinnaker to produce machine images.
It presently supports producing Google Compute Engine images and AWS amis. It relies on packer and can be easily extended to support additional platforms.
It exposes a REST api which can be experimented with via the Swagger UI: http://localhost:8087/swagger-ui.html
Need to run rosco locally for development? Here’s what you need to setup and run:
git clone git@github.com:spinnaker/rosco.git git clone git@github.com:spinnaker/spinnaker.git
docker-machine create --virtualbox-disk-size 8192 --virtualbox-memory 8192 -d virtualbox spinnaker eval $(docker-machine env spinnaker) cd spinnaker/experimental/docker-compose docker-compose up -d redis
docker run -it --link redis:redis --rm redis redis-cli -h redis -p 6379 (printf "PING\r\n";) | nc -v localhost 6379
./gradlew idea
./gradlew bootRun
curl -v localhost:8087/bakeOptions
http://localhost:8087/swagger-ui.html
docker-compose stop docker-machine rm spinnaker
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Rosco
A bakery for use by Spinnaker to produce machine images.
It presently supports producing Google Compute Engine images and AWS amis. It relies on packer and can be easily extended to support additional platforms.
It exposes a REST api which can be experimented with via the Swagger UI: http://localhost:8087/swagger-ui.html
Developing rosco
Need to run rosco locally for development? Here’s what you need to setup and run:
Environment Setup
Docker Setup (runs redis locally)
Verify redis
IDE setup
Generate Intellij gradle project files
Apply groovy code formatting scheme
Running App
Verifying
Swagger
Docker teardown