Ubuntu Pastebin

Paste from ybaumy at Sat, 18 Feb 2017 07:49:36 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Feb 18 08:45:15 maas maas.rpc.cluster: [error] Failed to probe and enlist VMware nodes: (vim.fault.HostConnectFault) {#012   dynamicType = <unset>,#012   dynamicProperty = (vmodl.DynamicProperty) [],#012   msg = '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)',#012   faultCause = <unset>,#012   faultMessage = (vmodl.LocalizableMessage) []#012}


#!/bin/bash

maas profile machines add-chassis chassis_type=vmware username='inside.local\administrator' password='35Th3r,.-' protocol='https+unverified' hostname=vc1 prefix_filter=ucloudsrv-
baum@maas:~$ ./vc1.sh 
usage: /usr/bin/maas [-h] COMMAND ...

optional arguments:
  -h, --help      show this help message and exit

drill down:
  COMMAND
    refresh       Refresh the API descriptions of all profiles.
    logout        Log out of a remote API, purging any stored credentials.
    login         Log in to a remote API, and remember its description and
                  credentials.
    list          List remote APIs that have been logged-in to.
    apikey        Used to manage a user's API keys. Shows existing keys unless
                  --generate or --delete is passed.
    createadmin   Create a MAAS administrator account.
    changepassword
                  Change a MAAS user's password.

http://maas.io/

argument COMMAND: invalid choice: 'profile' (choose from 'refresh', 'logout', 'login', 'list', 'apikey', 'createadmin', 'changepassword')
Download as text