1.1.0-rc5
Pre-release
Pre-release
docker-ee-ucp
released this
26 Nov 11:54
·
25 commits
to master
since this release
Changelog
(vs 1.1.0-rc4
)
- Fix admin UI URLs in "launchpad describe" output
- UCP/DTR product renaming, UCP to MKE, DTR to MSR.
- API version updated to
launchpad.mirantis.com/mke/v1.1
- Separate configuration
kind
s for MKE-only and MKE+MSR installations - Fix private interface resolving in RHEL and others where
/usr/sbin
is not inPATH
- Fix MSR sequential replica ID generation potentially creating conflicting IDs
- Changed the
replicaConfig: sequential
configuration key toreplicaIDs: sequential
Configuration syntax changes are migrated automatically when using a launchpad.yaml
from an older apiVersion
.
Sample configuration with the recent changes:
apiVersion: launchpad.mirantis.com/mke/v1.1 # was "launchpad.mirantis.com/v1"
kind: mke+msr # was "DockerEnterprise"
spec:
hosts:
- address: "10.0.0.1"
role: manager
- address: "10.0.0.2"
role: msr # was "dtr"
mke: # was "ucp:"
adminUsername: admin
adminPassword: password
msr: # was "dtr:"
version: 2.3.4