create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| DEBUG:lavaadminclient2.cli:Error while executing command | |
| Traceback (most recent call last): | |
| File "/big_data/fork_code/python-lavaadminclient2/lavaadminclient2/cli.py", line 241, in main | |
| execute_command(client, args) | |
| File "/big_data/fork_code/python-lavaadminclient2/lavaadminclient2/cli.py", line 138, in execute_command | |
| call_action(action, args) | |
| File "/big_data/fork_code/python-lavaadminclient2/lavaadminclient2/cli.py", line 108, in call_action | |
| return print_action(func, *f_args, **f_kwargs) | |
| File "/big_data/fork_code/python-lavaadminclient2/lavaadminclient2/cli.py", line 95, in print_action | |
| func.display(func.__self__, *args, **kwargs) |
| ```sh | |
| [lavaqe@slave-2 ~]$ df -h | |
| Filesystem Size Used Avail Use% Mounted on | |
| /dev/sdc1 29G 4.3G 23G 16% / | |
| /dev/sda1 1.5T 155M 1.5T 1% /data1 | |
| /dev/sdb1 1.5T 163M 1.5T 1% /data2 | |
| ``` |
| asd |
| heat_template_version: 2015-10-15 | |
| description: | | |
| This is a Heat template to deploy single Linux server running a cloud | |
| big data cloud cluster | |
| parameter_groups: | |
| - label: Cluster Settings | |
| parameters: |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"