docker-registry 가 systemd 에서 찾을수 없었다.근래에 변경이 된 것 같은데 아직 tripleo 쪽에 반영이 안되어 있는지 해당 docker-registry service를 찾다가 에러가 난다. redhat에서 아래의 가이드를 제공하고 있어 참고하여 수정하니 undercloud install 이 완료되었다.- https://access.redhat.com/solutions/2955121
Heatheat_template_version 을 최초 선언한다. (http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#hot-spec-template-version) - 2013-05-23- 2014-10-16- 2015-04-30- 2016-10-14 (newton version) description 은 옵션이다.resources 는 템플릿에서 중요한 섹션으로 다른 구성요소가 어디에 정의되어 있는지를 알려주기 때문이다. 아래 링크는 샘플 hot template를 생성하는 방법을 가르쳐준다. http://docs.openstack.org/developer/heat/template_guide/hot_guide.html#writin..
VMWare 의 VM으로 OpenStack을 구성하는 경우 아래와 같은 메세지가 출력되는 경우가 있다.아래 log는 libvirtd log상에 출력되는 메세지이다. warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5] warning: TCG doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17] warning: TCG doesn't support requested feature: CPUID.01H:ECX.x2apic [bit 21] warning: TCG doesn't support requested feature: CPUID.01H:ECX.tsc-deadline [bi..
centos7.2를 설치하면 default로 size가 centos-root : 50G 나머지는 centos-home(swap제외)으로 사이즈가 지정된다.만약 centos-home은 size를 줄이고 줄인 사이즈를 centos-root로 변경하고자 할경우 아래와 같이 진행한다. umount를 수행한다.umount /home 아래 command로 size를 늘린다. lvextend -L +200G /dev/mapper/centos-home 아래와 같은 error message가 출력되며 mount가 실패되는 경우가 있다. mount: /dev/mapper/centos-home: can't read superblock 아래의 작업을 수행한다. xfs_repair /dev/mapper/centos-home r..
[TripleO 소개] 특징- Ironic 과 Heat 그리고 nova 기반으로 동작하게 된다.- undercloud와 overcloud라는 개념으로 환경을 deploy 한다. (undercloud는 TripleO가 동작하는 노드라 보면 되고 overcloud는 배포된 openstack 환경이라 볼수 있다.) - undercloud는 baremetal을 대상으로 openstack이 구성이되고 overcloud는 KVM기반으로 openstack이 구성되는 개념 - Puppet을 이용해 배포 https://docs.openstack.org/tripleo-docs/latest/introduction/architecture.html 위와 같은 구성을 가지게 된다. [Network Topology]네트워크 구성은..
bridge 명령 사용준비 아래 명령으로 설치하여 사용할수도 있고 (RHEL 7에는 기본으로 포함되어 있다.) yum install bridge-utils # apt install bridge-utils 아래 사이트에서 clone 하여 make 하고 사용할 수도 있다. https://git.kernel.org/cgit/linux/kernel/git/shemminger/bridge-utils.git/ bridge 사용법 brctl 기본 사용법 Usage: brctl [commands] commands: addbr add bridge delbr delete bridge addif add interface to bridge delif delete interface from bridge hairpin {on|o..
apache에서 mod_wsgi 를 통한 서비스를 하는 방법을 알아보자 우선 /etc/httpd/conf.d/01-wsgi.example.com.conf 를 생성한다.아래는 sample configuration이다. DocumentRoot /var/www/html ServerName wsgi.example.com # 아래 설정에서 마지막 argument는 full path를 넣어주는게 편하다. (향후 관리를 위해서도) WSGIScriptAlias / app.py 실제 python code는 다음과 같다.(필수적으로 application 이라는 function이 존재해야 하고 response header를 포함한 응답이 return 되어야 한다.) def application(environ, start_r..
windows를 사용해야 하는 상황에서 vi를 통한 개발 환경을 사용하고자 할 경우 다음과 같은 도구를 설치하여 사용이 가능하다.(개인적으로 ubuntu에 익숙한 상황이라 윈도우에 ubuntu와 같은 terminal 효과를 만들고 싶었다.) Program Information- vim program : vim.org 홈페이지에서 다운로드 받아 설치 및 설정을 수행한다.- ctags : http://ctags.sourceforge.net/ (zip 파일 다운로드)- terminal program : 아래의 사이트에 권장하는 terminal 프로그램들이 존재하여 그중 선택하여 설치하면 된다. http://www.slant.co/topics/1552/~terminal-emulators-for-windows- ..
- Total
- Today
- Yesterday
- OpenStack
- Helm Chart
- wsl2
- minio
- jenkins
- kubernetes
- vmware openstack
- open policy agent
- GateKeeper
- ceph
- openstack backup
- socket
- minikube
- K3S
- openstacksdk
- macvlan
- DevSecOps
- nginx-ingress
- mattermost
- kata container
- metallb
- boundary ssh
- kubernetes install
- Terraform
- hashicorp boundary
- ansible
- Jenkinsfile
- azure policy
- aquasecurity
- crashloopbackoff
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |