Skip to content

Commit 0e5b21e

Browse files
author
R. S. Doiel
committed
Added new script to setup a VM for testing RDM
1 parent 0144647 commit 0e5b21e

File tree

8 files changed

+863
-11
lines changed

8 files changed

+863
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*~
22
*.tmp
33
*.swp
4+
*.bak
45
src/*
56
Sites/*
67
.DS_Store

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ authors:
88
abstract: This is a collection of Bash scripts and cloud-init YAML files to be used with multipass for generating virtual machines useful for software development in libraries and archives.
99
repository-code: "https://github.com/caltechlibrary/cloud-init-examples"
1010
type: software
11-
version: 0.0.8
11+
version: 0.0.9
1212
license-url: "https://caltechlibrary.github.io/cloud-init-examples/LICENSE"
13-
date-released: 2024-04-10
13+
date-released: 2024-05-29

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ The next set provide the ability to run as a full GUI environment on macOS or Wi
2727

2828
The sizes recognized by `start-vm.bash` are nano, micro, tiny, small, medium, large, xlarge, 2xlarge. See https://aws.amazon.com/ec2/instance-types/t4 for the descriptions used to model these sizes. Look in the T4g section of the table
2929

30+
`rdm-machine.bash`
31+
: This will create a local development VM using Multipass for test purposes. It is set to 8Gb RAM and 150GB disk, 2 CPU. This is too small for a real
32+
production machine but a 32Gb RAM is larger than some of our development boxes have.
3033

3134
Multipass
3235
---------

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<section>
3131
<h1 id="about-this-software">About this software</h1>
32-
<h2 id="cloud-init-examples-0.0.8">cloud-init-examples 0.0.8</h2>
32+
<h2 id="cloud-init-examples-0.0.9">cloud-init-examples 0.0.9</h2>
3333
<h3 id="authors">Authors</h3>
3434
<ul>
3535
<li>R. S. Doiel</li>

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors:
1212
orcid: "https://orcid.org/0000-0003-0900-6903"
1313

1414
repository-code: "https://github.com/caltechlibrary/cloud-init-examples"
15-
version: 0.0.8
15+
version: 0.0.9
1616
license-url: "https://caltechlibrary.github.io/cloud-init-examples/LICENSE"
1717

1818

@@ -21,7 +21,7 @@ license-url: "https://caltechlibrary.github.io/cloud-init-examples/LICENSE"
2121
About this software
2222
===================
2323

24-
## cloud-init-examples 0.0.8
24+
## cloud-init-examples 0.0.9
2525

2626
### Authors
2727

codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"license": "https://caltechlibrary.github.io/cloud-init-examples/LICENSE",
55
"codeRepository": "https://github.com/caltechlibrary/cloud-init-examples",
66
"dateCreated": "2022-04-25",
7-
"dateUpdated": "2023-05-12",
8-
"dateModified": "2024-04-10",
9-
"releaseNotes": "renamed newstack-init.yaml to newt-stack.yaml, bump versions",
7+
"dateUpdated": "2023-05-29",
8+
"dateModified": "2024-05-29",
9+
"releaseNotes": "add invenio-rdm-machine.bash, updated invenio-rdm-init.yaml",
1010
"issueTracker": "https://github.com/caltechlibrary/cloud-init-examples/issues",
1111
"name": "cloud-init-examples",
12-
"version": "0.0.8",
12+
"version": "0.0.9",
1313
"description": "This is a collection of Bash scripts and cloud-init YAML files to be used with multipass for generating virtual machines useful for software development in libraries and archives.",
1414
"developmentStatus": "concept",
1515
"programmingLanguage": [

0 commit comments

Comments
 (0)