- 29 Aug, 2018 5 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
* dumpuser: Change some user table fields to optional, since Portal users do not have to fill those things out (address, phone, zip, etc). I am using this to transfer accounts from the Mothership to inner Emulab when CONFIG_ADMINUSERS=1. * newuser: equiv changes, allow some fields to be optional that usually are not. Also allow the password has to come through, normally we do not pass that through.
-
Leigh B Stoller authored
hopefully fixes the race.
-
Leigh B Stoller authored
-
- 24 Aug, 2018 2 commits
-
-
Dan Reading authored
-
Leigh B Stoller authored
-
- 23 Aug, 2018 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
change.
-
- 22 Aug, 2018 1 commit
-
-
Dan Reading authored
-
- 21 Aug, 2018 4 commits
-
-
Dan Reading authored
-
Dan Reading authored
-
Dan Reading authored
-
Dan Reading authored
-
- 20 Aug, 2018 1 commit
-
-
Mike Hibler authored
Also, avoid excess set statements in the dump file.
-
- 17 Aug, 2018 5 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
Also add partial support for 11.2 MFS (just kernel right now, binaries are still 10.3).
-
Mike Hibler authored
-
Leigh B Stoller authored
boss.
-
- 16 Aug, 2018 4 commits
-
-
David Johnson authored
-
David Johnson authored
We try to emulate the standard Docker CLI's image handling. Thus, if user specifies an image like 'ubuntu', we turn that into 'ubuntu:latest'. If user does not supply a registry host, we try 'registry.hub.docker.com'. If they do not specify a registry host or specify a registry host that is either registry-1.docker.io or registry.hub.docker.com, and their image does not contain a /, we prepend 'library/' to it (I *think* this is the right heuristic, but it's inference). For Dockerfiles, we must be able to download it, and it must contain a line matching ^\s*FROM (i.e. a valid FROM instruction, which all Dockerfiles must have). We try to support DOS-mode textfiles too, but only ASCII. Might need to loosen these checks.
-
David Johnson authored
-
Dan Reading authored
hardware address. Fixed a egrep expression which was preventing the matching of said list.
-
- 15 Aug, 2018 4 commits
-
-
David Johnson authored
(If the DOCKER-USER chain exists, we now can enable Docker's iptables handling because its rules will no longer supplant ours. But then, we also have to permit the default network and our control network to reach the outside world; that behavior seems to have changed somewhere along the line.)
-
David Johnson authored
-
David Johnson authored
-
Leigh B Stoller authored
thirty seconds!
-
- 14 Aug, 2018 5 commits
-
-
Leigh B Stoller authored
interface.
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B Stoller authored
-
- 13 Aug, 2018 3 commits
-
-
Leigh B Stoller authored
* In the CM we have always ignored the BW settings on a shared lan, since there is no way to set the properties in geni-lib for such a lan. There is the local hack I added (linkwide properties), but that was also ignored for shared vlans. Now I am looking to see if there is a bandwidth specification there, and using that. I assume we do not care about delay/loss since well, we never have before. * But even so, the mapper was ignoring it too. But we also have the code that tries to not use 10G interfaces unless explicitly asked for a 10G link, and that is not in the shared vlan path. So ... I made a few changes, the worst that can happen is that I broke share vlans for everyone except this one case.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 12 Aug, 2018 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 10 Aug, 2018 1 commit
-
-
David Johnson authored
-
- 09 Aug, 2018 1 commit
-
-
Leigh B Stoller authored
-