OpSim Configuration Management Michael Reuter

Slides:



Advertisements
Similar presentations
Summer of Code (SOC) Presentation Fred R McClurg Girish H Mhatre Version Control Overview.
Advertisements

Grant Holliday Senior Service Engineer Microsoft.
@martinwoodward
Automating Drupal Deployment Dominique De Cooman.
@martinwoodward
Mindmap Converter. Caveats ADL will evolve CIMI RM will evolve Mindmap requirements will evolve.
Version control Using Git 1Version control, using Git.
Application Lifecycle Management and the cloud
Appcipia.com. What is Appcipia? Step1 Book of Useful Mathematica Recipes In Print Form and Down-loadable code from O'Reilly So Web 1.0!
CVS vs SVN Presented by: Anusha Kolla. Concurrent Version Systems(CVS)  System that lets groups of people work simultaneously on groups of files.  Version.
Created by: Maria Abrahms Modified Date: Classification: How to get it done Contributing to OpenStack.
Python File Handling. In all the programs you have made so far when program is closed all the data is lost, but what if you want to keep the data to use.
Puppet with vSphere Workshop Install, configure and use Puppet on your laptop for vSphere DevOps Billy Lieberman August 1, 2015.
Source Control Primer Patrick Cozzi University of Pennsylvania CIS Spring 2012.
Version Control Systems academy.zariba.com 1. Lecture Content 1.What is Software Configuration Management? 2.Version Control Systems (VCS) 3.Basic Git.
Lokesh Puppala. Introduction  Git - Distributed version control system  Initiated by Linus Torvalds  Strongly influenced by Linux kernel development.
Git workflow and basic commands By: Anuj Sharma. Why git? Git is a distributed revision control system with an emphasis on speed, data integrity, and.
GTRI Proprietary / Limited Distribution. Architecture File System DataLoader API Analytics API Visualization API MongoDB Resource Management Layer Python.
Git Basics. Git stores data as snapshots of the project over time When commit Save all the files If files have not changed, point to the previous identical.
TPS/Source ™ Source Control and Release Management System.
1 Brief Introduction to Revision Control Ric Holt.
QUICK START OF GITHUB Lin Shuo-Ren 2013/3/6 1. Why We Should Control The Version Although it rains, throw not away your watering pot. All changes should.
1 GIT NOUN \’GIT\ A DISTRIBUTED REVISION CONTROL AND SOURCE CODE MANAGEMENT (SCM) SYSTEM WITH AN EMPHASIS ON SPEED. INITIALLY DESIGNED AND DEVELOPED BY.
Version Control CSC 517 John Slankas. Version Control Managing files and directories, and the changes made to them over time. - Adapted from “Version.
Version Control Systems. Version Control Manage changes to software code – Preserve history – Facilitate multiple users / versions.
Source Control Saves Lives. Lorna Mitchell Source Control Saves Lives BarCamp Leeds What is Source Control? Central filestore Change history Audit trail.
@mariorod1 source control models.
Impact of Simple Dithering on Co-Added Depth March 10, 2010 Krughoff, Jones, Ivezic, Connolly.
Deakin University CRICOS Provider Code: 00113B DIGITAL SPECIAL COLLECTIONS DATA STORAGE BERNADETTE HOUGHTON.
A Git Workflow Model Slides produced from blog by Vincent Driessen and secondary posting at The.
Introduction to Git Yonglei Tao GVSU. Version Control Systems  Also known as Source Code Management systems  Increase your productivity by allowing.
Build and Deployment Process Understand NCI’s DevOps and continuous integration requirements Understand NCI’s build and distribution requirements.
An Introduction to Git David Johndrow COMP 490 – Senior Design & Development 2/11/16.
Introduction to Git - Chirag Dani. Objectives Basics of Git Understanding different “Mindset of Git” Demo - Git with Visual Studio.
Status Report Hans Wenzel Geant4 Validation repository weekly meeting 13 th April 2016.
1. A new git is initialized as a remote repository JohnRemote repositoryPeter master C0 CodingWhileBlack.com PROPEL CODING
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
Configuration Management in CWIC Archie Warnock – A/WWW Enterprises Lingjun Kang – GMU Eugene G. Yu - GMU.
Chapter 4. CONCEPT OF THE OPERATING SYSTEM MANAGING ESSENTIAL FILE OPERATIONS.
Course Project for CS Objective Simulate a datacenter network using Mininet.
KIT – University of the State of Baden-Wuerttemberg and National Research Center of the Helmholtz Association STEINBUCH CENTRE FOR COMPUTING - SCC
Outline Locations SOCS Configuration UI OpSim4 Tools Docker.
I Don’t Git It: A beginner’s guide to git Presented by Mathew Robinson
Version Control and Source Code Control Systems
Xkcd.com/1597.
External Web Services Quick Start Guide
Code Management With Github & Straw Resistance Measurements
Git Practice walkthrough.
Deployment and Management of an application
Version Control overview
ALICE-Juniors Meeting
Revision Control, Automated Testing and Docker RSE Conference 2017
Key Terms Windows 2008 Network Infrastructure Confiuguration Lesson 6
App deployment in Cloud
Presented by: Anusha Kolla
CS122B: Projects in Databases and Web Applications Winter 2018
Application Prefetch Files Prefetch Files
Advantages Project Career Divide & Conquer Collaboration
ITEM 5 – ACTIVITY CODING LIST
Source Code Repository
$ $
Software Development - Version Control
Appending or adding to a file using python
CS122B: Projects in Databases and Web Applications Winter 2019
Hop Aboard the Git Train – Transitioning from TFVC
Request for repository to PyTDL
CS122B: Projects in Databases and Web Applications Spring 2018
Python Classes In Pune.
Git Jump Start Steven Borg | Co-founder & Strategist, Northwest Cadence James Tupper| ALM Consultant, Northwest Cadence.
Git in Visual Studio.
Presentation transcript:

OpSim Configuration Management Michael Reuter 1

OpSim3 Current Practice Use a git repository for configuration management https://github.com/lsst-sims/opsim3_config Master represents the configuration for the reference survey Use branches for all other configurations Tier 1, NEO etc. Users working on new variations Each variation contains full set of configuration files necessary 2

OpSim4 Practice to Be Use a git repository for configuration management Master configuration for the reference survey lives with the SOCS code Set of Python configuration classes Use branches for all other configurations Tier 1, NEO etc. Users working on new variations Each variation contains differential files that are applied to reference configuration 3

OpSim4 Configuration UI