cb-network v0.0.7 release for Affogato
Pre-release
Pre-release
Feature
- Add a script to get and run cb-network agent for production #171
- Add
update
anddelete
API skeletons to the proto #174 - Provide auto-generated protocol document (kind of API document) #176, #178
- Acquire VM's public IP address by repeated inquiry #181
- Remove unnecessary messages and prompt from installation scripts #182, #183
- Make the cb-network agent as a Linux service, which can be controlled by
systemctl
, #186 - Add and test
test-client
to prepare for integration with CB-Tumblebug #187, #191 - Fix bad allocation of address space and IP address in
GetAvailableIPv4PrivateAddressSpaces()
#189 - Elevate
test-client
todemo-client
for the Cloud-Barista 5th Open Conference #194, #195, #197, #198, #199, #200, #201, #202, #203 - Support multiple cb-network controllers #205
Test
- cb-network controller build test
- cb-network cladnet-service build test
- cb-network admin-web build test
- cb-network agent build test
- integration-test
- Create MCIS by CB-Tumblebug and CB-Spider servers (on AWS, GCP, MS Azure (Alibaba Cloud is temporally not included))
- Configure the cloud adaptive network on the MCIS
- As a usecase, deploy a single Kubernetes cluster on CLADNet-configured MCIS
- Deploy 3 Kubernetes applications (Kubernetes dashboard, PHP Guestbook, Weave Scope)
- Clean MCIS
- README update