Skip to content

Releases: Mirantis/launchpad

0.12.0-rc1

29 Jun 12:53
237a93b
Compare
Choose a tag to compare
0.12.0-rc1 Pre-release
Pre-release

Changelog

  • Fix 'already installed version ""' message
  • Fix docker hub auth
  • UCP v3.3.1
  • Download engine install script on the launchpad host and transfer to the target hosts
  • Host environment variable and engine proxy configuration
  • Hostname uniqueness and admin access validation
  • Disable telemetry via --disable-analytics flag
  • Make docker engine configurable via cluster.yaml
  • Use WinRM for windows hosts as an alternative to SSH
  • Install iptables on Centos

API v1beta2

Note
The configuration version has gone from v1beta1 to v1beta2. The old syntax still works if you only use SSH and don't need to configure the docker engine

Before

apiVersion: launchpad.mirantis.com/v1beta1
kind: UCP
metadata:
  name: ucpcluster
spec:
  hosts:
    - address: "127.0.0.1"
      sshPort: 9022
      sshKeyPath: "./id_rsa_launchpad"
      user: "root"
      role: "manager"

Now:

apiVersion: launchpad.mirantis.com/v1beta2 # <-- changed from v1beta1 to v1beta2
kind: UCP
metadata:
  name: ucpcluster
spec:
  engine: # docker engine configuration can be set here
    version: 19.03.8
    repoUrl: https://repos.mirantis.com
    channel: stable
    # to use modified / locally hosted install scripts. can be a path or a file:// url.
    installURLLinux: https://get.mirantis.com/
    installURLWindows: https://get.mirantis.com/install.ps1 
  hosts:
    - address: 10.0.0.1
      ssh:  # <-- ssh configuration has gone under the "ssh" keyword
        port: 22
        keyPath: ~/.ssh/id_rsa
        user: root
    - address: 10.0.0.2
      winRM: # winrm support has been added. here are all the configuration options:
        user: Administrator
        password: abcd1234
        port: 5986
        useHTTPS: true
        insecure: false
        useNTLM: false
        caCertPath: ~/.certs/cacert.pem
        certPath: ~/.certs/cert.pem
        keyPath: ~/.certs/key.pem

0.12.0-alpha2

22 Jun 08:12
a4d9155
Compare
Choose a tag to compare
0.12.0-alpha2 Pre-release
Pre-release

0.12.0-alpha2

0.11.5

11 Jun 11:37
ddc5686
Compare
Choose a tag to compare
  • Add warning to disable Docker Desktop Kubernetes (#116) …
  • Show msg pointing the user to the log file (#117) …
  • Force apt to be non-interactive (#120) …
  • Clean-up stale containers if the installation fails (#119) …

0.11.3

02 Jun 10:42
4056b8e
Compare
Choose a tag to compare

0.11.3

0.11.2

29 May 10:54
c01c42b
Compare
Choose a tag to compare

0.11.2

0.11.1

28 May 16:41
19f0c51
Compare
Choose a tag to compare

0.11.1

0.11.0

28 May 07:01
759b869
Compare
Choose a tag to compare

0.11.0

0.10.0

27 May 18:45
636ce55
Compare
Choose a tag to compare

0.10.0

0.9.0

27 May 08:51
78283cb
Compare
Choose a tag to compare

0.9.0

0.8.1

26 May 19:34
19934d9
Compare
Choose a tag to compare

0.8.1