Skip to content

Instantly share code, notes, and snippets.

@greghaynes
greghaynes / adsk-cla-test2
Last active September 16, 2020 14:38
adsk cla test2
this is a super important CLA!
@greghaynes
greghaynes / test_adsk_cla
Last active September 13, 2020 20:41
test CLA
This is a test CLA
Sign it maybe?
from collections import namedtuple
import dataclasses
# BEWARE this is not 3.7+ compatible. For python 3.7+ we need to use the built
# in dataclass module
@dataclasses.dataclass
class IssueData:
id: str
container_id: str
tasks:
- name: Create a file called '/tmp/testfile.txt' with the content 'hello world'.
copy:
content: "hello world\n"
dest: /tmp/testfile.txt
Commits by company:
Google: 62
RedHat: 27
Huawei: 14
Unknown: 10
VMWare: 8
Pivotal: 6
IBM: 4
Microsoft: 1
#!/bin/bash
set -eu
set -o pipefail
scriptname=$(basename $0)
base_dir=/home/greghaynes
if [ -z "$(which virt-install)" ]; then
echo "virt-install not found"
exit 1
Description: Nova API,Keystone,Heat Engine and API,Glance,Neutron,Dedicated MySQL
server,Dedicated RabbitMQ Server,Group of Nova Computes
HeatTemplateFormatVersion: '2012-12-12'
Parameters:
AdminPassword:
Default: unset
Description: The password for the keystone admin account, used for monitoring, querying neutron etc.
Type: String
NoEcho: true
AdminToken:
Description: Nova API,Keystone,Heat Engine and API,Glance,Neutron,Dedicated MySQL
server,Dedicated RabbitMQ Server,Group of Nova Computes
HeatTemplateFormatVersion: '2012-12-12'
Parameters:
AdminPassword:
Default: unset
Description: The password for the keystone admin account, used for monitoring, querying neutron etc.
Type: String
NoEcho: true
AdminToken:
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1601: undefined reference to `PyErr_SetString'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1628: undefined reference to `PyExc_RuntimeError'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1628: undefined reference to `PyErr_SetString'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1628: undefined reference to `PyExc_ImportError'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1621: undefined reference to `PyExc_ImportError'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1607: undefined reference to `PyExc_AttributeError'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x
000100 IDENTIFICATION DIVISION.
000200 PROGRAM-ID. HAPPYBIRTHDAYQUANTICLE.
000300
000400*
000500 ENVIRONMENT DIVISION.
000600 CONFIGURATION SECTION.
000700 SOURCE-COMPUTER. RM-COBOL.
000800 OBJECT-COMPUTER. RM-COBOL.
000900
001000 DATA DIVISION.