일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
- ubuntu
- grafana-loki
- Kubeflow
- pacman
- Octavia
- i3
- ceph
- k8s
- KVM
- Ansible
- Docker
- HTML
- libvirt
- awx
- golang
- nfs-provisioner
- Kubernetes
- archlinux
- kolla-ansible
- cephadm
- Linux
- kolla
- ceph-ansible
- port open
- Arch
- terraform
- OpenStack
- repository
- yum
- cloud-init
- Today
- Total
목록분류 전체보기 (189)
YJWANG
출처 : vim.fandom.com/wiki/Ranges A range can be specified using line numbers or special characters, as in these examples: RangeDescriptionExample 21 line 21 :21s/old/new/g 1 first line :1s/old/new/g $ last line :$s/old/new/g . current line :.w single.txt % all lines (same as 1,$) :%s/old/new/g 21,25 lines 21 to 25 inclusive :21,25s/old/new/g 21,$ lines 21 to end :21,$s/old/new/g .,$ current line ..
서버에서 직접 아래 명령어를 실행하면 된다. growpart /dev/sda 1;resize2fs /dev/sda1만약 virt-customize를 사용 중이라면 아래와 같은 예시를 참고 하시기 바랍니다. /usr/bin/virt-customize -a {{ ceph_pool_path }}/{{ vm_header }}{{ env_ver }}-{{ item }}.qcow2 \ --hostname {{vm_header }}{{ env_ver }}-{{ item }} \ --timezone Asia/Seoul \ --root-password password:testtest \ --copy-in {{ root_path }}/templates/ceph_netplan_config.yaml:/etc/netplan/ ..
refer to https://github.com/stackhpc/ansible-role-libvirt-vm 구성 > terraform을 잘 쓰고 있었는데 terraform 0.14 v과 libvirt-provider 호환이 잘 되지 않는 것 같아 버전 dependency가 걸리는 것이 싫어서 ansible로 왔습니다. 속도는 terraform이 훨씬 빠르네요 Ansible playbook 들을 위치하고 싶은 Dir에서 아래와 같이 실행합니다. [root@cloud-test-2 libvirt_ansible]# git clone https://github.com/stackhpc/ansible-role-libvirt-vm.git 현재는 Ceph Storage를 위한 Node 3대를 만들 것이고 테스트용 서버..
Terminal tilix - bash fcitx (fcitx 한글) Apps flameshot - for capture virtualBox - for VM (VM player for free has bugs freezing when power off laptop) vscode - for IDE Typora - for Mark Down Remmina - for RDP clipit - for Clipboard manager teaks - customize gnome Gnome Extentions Dash to dock Clipboard indicator - (alternative clipit when it get error Lock screen background - change lock screen ba..
www.slideshare.net/brendangregg/how-netflix-tunes-ec2-instances-for-performance
Push할 Chart를 선택하고 아래 Link에 소개된 helm plug-in을 통해 push한다. git Package가 설치돼있어야 한다. https://github.com/sonatype-nexus-community/helm-nexus-push 설치 및 확인 [root@ha01-master-1 helm]# helm plugin install --version master https://github.com/sonatype-nexus-community/helm-nexus-push.git Installed plugin: nexus-push [root@ha01-master-1 helm]# helm nexus-push --help Push Helm Chart to Nexus repository This pl..