This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
podman build --build-arg D_OS=rhel9.2 --build-arg D_ARCH=x86_64 --build-arg D_KERNEL_VER=5.14.0-284.32.1.el9_2.x86_64 --build-arg D_OFED_VERSION=24.04-0.6.6.0 --build-arg D_BASE_IMAGE="registry.redhat.io/openshift4/driver-toolkit-rhel9:v4.13.0-202309112001.p0.gd719bdc.assembly.stream" --build-arg D_FINAL_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:latest --build-arg D_OFED_URL_PATH=https://www.mellanox.com/downloads/ofed/MLNX_OFED-24.04-0.6.6.0/MLNX_OFED_SRC-24.04-0.6.6.0.tgz --tag 24.04-0.6.6.0-0-5.14.0-284.32.1.el9_2-rhel9.2-amd64 -f RHEL_Dockerfile --target precompiled . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<title>Single Page VueJS Minimal Example</title> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css" crossorigin="anonymous"> | |
</head> | |
<body> | |
<div id="application"> | |
<section class="section" v-if="loggedIn"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import click | |
import git | |
from github import Github | |
GITHUB_API_KEY = os.environ['GITHUB_API_KEY'] | |
BASE_DIR = os.environ['SRC_BASE_DIR'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
import glob | |
import json | |
DNSMASQ_PATH = '/var/lib/libvirt/dnsmasq/*.status' | |
HOSTS_PATH = '/etc/hosts' | |
COMMENT = '# libvirt instances\n' | |
vms = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[local|localrc]] | |
MYSQL_PASSWORD=secretmysql | |
DATABASE_PASSWORD=secretdatabase | |
RABBIT_PASSWORD=secretrabbit | |
ADMIN_PASSWORD=secretadmin | |
SERVICE_PASSWORD=secretservice | |
SERVICE_TOKEN=111222333444 | |
DATABASE_TYPE=mysql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://youtu.be/XRj32-jG4kU | |
https://youtu.be/nLIDF9X-sDM | |
https://github.com/e0ne/openstack-ansible/tree/aio-cinder-hack | |
https://github.com/e0ne/openstack-ansible-os_cinder/tree/aio-cinder-hack | |
https://review.openstack.org/457963 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import os | |
import brick_cinderclient_ext | |
from cinderclient import client | |
from cinderclient.contrib import noauth | |
from keystoneauth1 import loading | |
from keystoneauth1 import session |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[local|localrc]] | |
DATABASE_PASSWORD=mydb | |
RABBIT_PASSWORD=guest | |
SERVICE_TOKEN=admin | |
SERVICE_PASSWORD=admin | |
DATABASE_TYPE=mysql | |
ADMIN_PASSWORD=admin | |
ENABLED_SERVICES=c-sch,c-api,c-vol,keystone,rabbit,$DATABASE_TYPE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[local|localrc]] | |
# Credentials | |
ADMIN_PASSWORD=password | |
DATABASE_PASSWORD=password | |
RABBIT_PASSWORD=password | |
SERVICE_PASSWORD=password | |
SERVICE_TOKEN=password | |
SWIFT_HASH=password | |
SWIFT_TEMPURL_KEY=password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DATABASE_PASSWORD=mydb | |
RABBIT_PASSWORD=guest | |
SERVICE_TOKEN=admin | |
SERVICE_PASSWORD=admin | |
DATABASE_TYPE=mysql | |
ADMIN_PASSWORD=admin | |
ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,$DATABASE_TYPE | |
LIBVIRT_TYPE=qemu | |
ENABLED_SERVICES+=,ceph | |
CINDER_ENABLED_BACKENDS+=ceph:ceph |
NewerOlder