oc_project.py 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/project -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_project
  52. short_description: Module to manage openshift projects
  53. description:
  54. - Manage openshift projects programmatically.
  55. options:
  56. state:
  57. description:
  58. - If present, the project will be created if it doesn't exist or update if different. If absent, the project will be removed if present. If list, information about the project will be gathered and returned as part of the Ansible call results.
  59. required: false
  60. default: present
  61. choices: ["present", "absent", "list"]
  62. aliases: []
  63. kubeconfig:
  64. description:
  65. - The path for the kubeconfig file to use for authentication
  66. required: false
  67. default: /etc/origin/master/admin.kubeconfig
  68. aliases: []
  69. debug:
  70. description:
  71. - Turn on debug output.
  72. required: false
  73. default: False
  74. aliases: []
  75. name:
  76. description:
  77. - Name of the object that is being queried.
  78. required: false
  79. default: None
  80. aliases: []
  81. display_name:
  82. description:
  83. - The display name attribute for a project
  84. required: false
  85. default: None
  86. aliases: []
  87. description:
  88. description:
  89. - The description attribute for a project
  90. required: false
  91. default: None
  92. aliases: []
  93. admin:
  94. description:
  95. - The project admin username
  96. required: false
  97. default: false
  98. aliases: []
  99. admin_role:
  100. description:
  101. - The project admin username
  102. required: false
  103. default: 'admin'
  104. aliases: []
  105. node_selector:
  106. description:
  107. - The node selector for this project.
  108. - This allows certain pods in this project to run on certain nodes.
  109. required: false
  110. default: None
  111. aliases: []
  112. author:
  113. - "Kenny Woodson <kwoodson@redhat.com>"
  114. extends_documentation_fragment: []
  115. '''
  116. EXAMPLES = '''
  117. - name: create secret
  118. oc_project:
  119. state: present
  120. name: openshift-ops
  121. display_name: operations team project
  122. node_selector:
  123. - top=secret
  124. - noncustomer=True
  125. '''
  126. # -*- -*- -*- End included fragment: doc/project -*- -*- -*-
  127. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  128. class YeditException(Exception): # pragma: no cover
  129. ''' Exception class for Yedit '''
  130. pass
  131. # pylint: disable=too-many-public-methods
  132. class Yedit(object): # pragma: no cover
  133. ''' Class to modify yaml files '''
  134. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  135. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  136. com_sep = set(['.', '#', '|', ':'])
  137. # pylint: disable=too-many-arguments
  138. def __init__(self,
  139. filename=None,
  140. content=None,
  141. content_type='yaml',
  142. separator='.',
  143. backup=False):
  144. self.content = content
  145. self._separator = separator
  146. self.filename = filename
  147. self.__yaml_dict = content
  148. self.content_type = content_type
  149. self.backup = backup
  150. self.load(content_type=self.content_type)
  151. if self.__yaml_dict is None:
  152. self.__yaml_dict = {}
  153. @property
  154. def separator(self):
  155. ''' getter method for separator '''
  156. return self._separator
  157. @separator.setter
  158. def separator(self, inc_sep):
  159. ''' setter method for separator '''
  160. self._separator = inc_sep
  161. @property
  162. def yaml_dict(self):
  163. ''' getter method for yaml_dict '''
  164. return self.__yaml_dict
  165. @yaml_dict.setter
  166. def yaml_dict(self, value):
  167. ''' setter method for yaml_dict '''
  168. self.__yaml_dict = value
  169. @staticmethod
  170. def parse_key(key, sep='.'):
  171. '''parse the key allowing the appropriate separator'''
  172. common_separators = list(Yedit.com_sep - set([sep]))
  173. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  174. @staticmethod
  175. def valid_key(key, sep='.'):
  176. '''validate the incoming key'''
  177. common_separators = list(Yedit.com_sep - set([sep]))
  178. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  179. return False
  180. return True
  181. @staticmethod
  182. def remove_entry(data, key, sep='.'):
  183. ''' remove data at location key '''
  184. if key == '' and isinstance(data, dict):
  185. data.clear()
  186. return True
  187. elif key == '' and isinstance(data, list):
  188. del data[:]
  189. return True
  190. if not (key and Yedit.valid_key(key, sep)) and \
  191. isinstance(data, (list, dict)):
  192. return None
  193. key_indexes = Yedit.parse_key(key, sep)
  194. for arr_ind, dict_key in key_indexes[:-1]:
  195. if dict_key and isinstance(data, dict):
  196. data = data.get(dict_key)
  197. elif (arr_ind and isinstance(data, list) and
  198. int(arr_ind) <= len(data) - 1):
  199. data = data[int(arr_ind)]
  200. else:
  201. return None
  202. # process last index for remove
  203. # expected list entry
  204. if key_indexes[-1][0]:
  205. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  206. del data[int(key_indexes[-1][0])]
  207. return True
  208. # expected dict entry
  209. elif key_indexes[-1][1]:
  210. if isinstance(data, dict):
  211. del data[key_indexes[-1][1]]
  212. return True
  213. @staticmethod
  214. def add_entry(data, key, item=None, sep='.'):
  215. ''' Get an item from a dictionary with key notation a.b.c
  216. d = {'a': {'b': 'c'}}}
  217. key = a#b
  218. return c
  219. '''
  220. if key == '':
  221. pass
  222. elif (not (key and Yedit.valid_key(key, sep)) and
  223. isinstance(data, (list, dict))):
  224. return None
  225. key_indexes = Yedit.parse_key(key, sep)
  226. for arr_ind, dict_key in key_indexes[:-1]:
  227. if dict_key:
  228. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  229. data = data[dict_key]
  230. continue
  231. elif data and not isinstance(data, dict):
  232. raise YeditException("Unexpected item type found while going through key " +
  233. "path: {} (at key: {})".format(key, dict_key))
  234. data[dict_key] = {}
  235. data = data[dict_key]
  236. elif (arr_ind and isinstance(data, list) and
  237. int(arr_ind) <= len(data) - 1):
  238. data = data[int(arr_ind)]
  239. else:
  240. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  241. if key == '':
  242. data = item
  243. # process last index for add
  244. # expected list entry
  245. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  246. data[int(key_indexes[-1][0])] = item
  247. # expected dict entry
  248. elif key_indexes[-1][1] and isinstance(data, dict):
  249. data[key_indexes[-1][1]] = item
  250. # didn't add/update to an existing list, nor add/update key to a dict
  251. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  252. # non-existent array
  253. else:
  254. raise YeditException("Error adding to object at path: {}".format(key))
  255. return data
  256. @staticmethod
  257. def get_entry(data, key, sep='.'):
  258. ''' Get an item from a dictionary with key notation a.b.c
  259. d = {'a': {'b': 'c'}}}
  260. key = a.b
  261. return c
  262. '''
  263. if key == '':
  264. pass
  265. elif (not (key and Yedit.valid_key(key, sep)) and
  266. isinstance(data, (list, dict))):
  267. return None
  268. key_indexes = Yedit.parse_key(key, sep)
  269. for arr_ind, dict_key in key_indexes:
  270. if dict_key and isinstance(data, dict):
  271. data = data.get(dict_key)
  272. elif (arr_ind and isinstance(data, list) and
  273. int(arr_ind) <= len(data) - 1):
  274. data = data[int(arr_ind)]
  275. else:
  276. return None
  277. return data
  278. @staticmethod
  279. def _write(filename, contents):
  280. ''' Actually write the file contents to disk. This helps with mocking. '''
  281. tmp_filename = filename + '.yedit'
  282. with open(tmp_filename, 'w') as yfd:
  283. yfd.write(contents)
  284. os.rename(tmp_filename, filename)
  285. def write(self):
  286. ''' write to file '''
  287. if not self.filename:
  288. raise YeditException('Please specify a filename.')
  289. if self.backup and self.file_exists():
  290. shutil.copy(self.filename, self.filename + '.orig')
  291. # Try to set format attributes if supported
  292. try:
  293. self.yaml_dict.fa.set_block_style()
  294. except AttributeError:
  295. pass
  296. # Try to use RoundTripDumper if supported.
  297. if self.content_type == 'yaml':
  298. try:
  299. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  300. except AttributeError:
  301. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  302. elif self.content_type == 'json':
  303. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  304. else:
  305. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  306. 'Please specify a content_type of yaml or json.')
  307. return (True, self.yaml_dict)
  308. def read(self):
  309. ''' read from file '''
  310. # check if it exists
  311. if self.filename is None or not self.file_exists():
  312. return None
  313. contents = None
  314. with open(self.filename) as yfd:
  315. contents = yfd.read()
  316. return contents
  317. def file_exists(self):
  318. ''' return whether file exists '''
  319. if os.path.exists(self.filename):
  320. return True
  321. return False
  322. def load(self, content_type='yaml'):
  323. ''' return yaml file '''
  324. contents = self.read()
  325. if not contents and not self.content:
  326. return None
  327. if self.content:
  328. if isinstance(self.content, dict):
  329. self.yaml_dict = self.content
  330. return self.yaml_dict
  331. elif isinstance(self.content, str):
  332. contents = self.content
  333. # check if it is yaml
  334. try:
  335. if content_type == 'yaml' and contents:
  336. # Try to set format attributes if supported
  337. try:
  338. self.yaml_dict.fa.set_block_style()
  339. except AttributeError:
  340. pass
  341. # Try to use RoundTripLoader if supported.
  342. try:
  343. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  344. except AttributeError:
  345. self.yaml_dict = yaml.safe_load(contents)
  346. # Try to set format attributes if supported
  347. try:
  348. self.yaml_dict.fa.set_block_style()
  349. except AttributeError:
  350. pass
  351. elif content_type == 'json' and contents:
  352. self.yaml_dict = json.loads(contents)
  353. except yaml.YAMLError as err:
  354. # Error loading yaml or json
  355. raise YeditException('Problem with loading yaml file. {}'.format(err))
  356. return self.yaml_dict
  357. def get(self, key):
  358. ''' get a specified key'''
  359. try:
  360. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  361. except KeyError:
  362. entry = None
  363. return entry
  364. def pop(self, path, key_or_item):
  365. ''' remove a key, value pair from a dict or an item for a list'''
  366. try:
  367. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  368. except KeyError:
  369. entry = None
  370. if entry is None:
  371. return (False, self.yaml_dict)
  372. if isinstance(entry, dict):
  373. # AUDIT:maybe-no-member makes sense due to fuzzy types
  374. # pylint: disable=maybe-no-member
  375. if key_or_item in entry:
  376. entry.pop(key_or_item)
  377. return (True, self.yaml_dict)
  378. return (False, self.yaml_dict)
  379. elif isinstance(entry, list):
  380. # AUDIT:maybe-no-member makes sense due to fuzzy types
  381. # pylint: disable=maybe-no-member
  382. ind = None
  383. try:
  384. ind = entry.index(key_or_item)
  385. except ValueError:
  386. return (False, self.yaml_dict)
  387. entry.pop(ind)
  388. return (True, self.yaml_dict)
  389. return (False, self.yaml_dict)
  390. def delete(self, path):
  391. ''' remove path from a dict'''
  392. try:
  393. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  394. except KeyError:
  395. entry = None
  396. if entry is None:
  397. return (False, self.yaml_dict)
  398. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  399. if not result:
  400. return (False, self.yaml_dict)
  401. return (True, self.yaml_dict)
  402. def exists(self, path, value):
  403. ''' check if value exists at path'''
  404. try:
  405. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  406. except KeyError:
  407. entry = None
  408. if isinstance(entry, list):
  409. if value in entry:
  410. return True
  411. return False
  412. elif isinstance(entry, dict):
  413. if isinstance(value, dict):
  414. rval = False
  415. for key, val in value.items():
  416. if entry[key] != val:
  417. rval = False
  418. break
  419. else:
  420. rval = True
  421. return rval
  422. return value in entry
  423. return entry == value
  424. def append(self, path, value):
  425. '''append value to a list'''
  426. try:
  427. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  428. except KeyError:
  429. entry = None
  430. if entry is None:
  431. self.put(path, [])
  432. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  433. if not isinstance(entry, list):
  434. return (False, self.yaml_dict)
  435. # AUDIT:maybe-no-member makes sense due to loading data from
  436. # a serialized format.
  437. # pylint: disable=maybe-no-member
  438. entry.append(value)
  439. return (True, self.yaml_dict)
  440. # pylint: disable=too-many-arguments
  441. def update(self, path, value, index=None, curr_value=None):
  442. ''' put path, value into a dict '''
  443. try:
  444. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  445. except KeyError:
  446. entry = None
  447. if isinstance(entry, dict):
  448. # AUDIT:maybe-no-member makes sense due to fuzzy types
  449. # pylint: disable=maybe-no-member
  450. if not isinstance(value, dict):
  451. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  452. 'value=[{}] type=[{}]'.format(value, type(value)))
  453. entry.update(value)
  454. return (True, self.yaml_dict)
  455. elif isinstance(entry, list):
  456. # AUDIT:maybe-no-member makes sense due to fuzzy types
  457. # pylint: disable=maybe-no-member
  458. ind = None
  459. if curr_value:
  460. try:
  461. ind = entry.index(curr_value)
  462. except ValueError:
  463. return (False, self.yaml_dict)
  464. elif index is not None:
  465. ind = index
  466. if ind is not None and entry[ind] != value:
  467. entry[ind] = value
  468. return (True, self.yaml_dict)
  469. # see if it exists in the list
  470. try:
  471. ind = entry.index(value)
  472. except ValueError:
  473. # doesn't exist, append it
  474. entry.append(value)
  475. return (True, self.yaml_dict)
  476. # already exists, return
  477. if ind is not None:
  478. return (False, self.yaml_dict)
  479. return (False, self.yaml_dict)
  480. def put(self, path, value):
  481. ''' put path, value into a dict '''
  482. try:
  483. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  484. except KeyError:
  485. entry = None
  486. if entry == value:
  487. return (False, self.yaml_dict)
  488. # deepcopy didn't work
  489. # Try to use ruamel.yaml and fallback to pyyaml
  490. try:
  491. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  492. default_flow_style=False),
  493. yaml.RoundTripLoader)
  494. except AttributeError:
  495. tmp_copy = copy.deepcopy(self.yaml_dict)
  496. # set the format attributes if available
  497. try:
  498. tmp_copy.fa.set_block_style()
  499. except AttributeError:
  500. pass
  501. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  502. if result is None:
  503. return (False, self.yaml_dict)
  504. # When path equals "" it is a special case.
  505. # "" refers to the root of the document
  506. # Only update the root path (entire document) when its a list or dict
  507. if path == '':
  508. if isinstance(result, list) or isinstance(result, dict):
  509. self.yaml_dict = result
  510. return (True, self.yaml_dict)
  511. return (False, self.yaml_dict)
  512. self.yaml_dict = tmp_copy
  513. return (True, self.yaml_dict)
  514. def create(self, path, value):
  515. ''' create a yaml file '''
  516. if not self.file_exists():
  517. # deepcopy didn't work
  518. # Try to use ruamel.yaml and fallback to pyyaml
  519. try:
  520. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  521. default_flow_style=False),
  522. yaml.RoundTripLoader)
  523. except AttributeError:
  524. tmp_copy = copy.deepcopy(self.yaml_dict)
  525. # set the format attributes if available
  526. try:
  527. tmp_copy.fa.set_block_style()
  528. except AttributeError:
  529. pass
  530. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  531. if result is not None:
  532. self.yaml_dict = tmp_copy
  533. return (True, self.yaml_dict)
  534. return (False, self.yaml_dict)
  535. @staticmethod
  536. def get_curr_value(invalue, val_type):
  537. '''return the current value'''
  538. if invalue is None:
  539. return None
  540. curr_value = invalue
  541. if val_type == 'yaml':
  542. try:
  543. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  544. # pylint: disable=maybe-no-member
  545. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  546. except AttributeError:
  547. curr_value = yaml.safe_load(invalue)
  548. elif val_type == 'json':
  549. curr_value = json.loads(invalue)
  550. return curr_value
  551. @staticmethod
  552. def parse_value(inc_value, vtype=''):
  553. '''determine value type passed'''
  554. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  555. 'on', 'On', 'ON', ]
  556. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  557. 'off', 'Off', 'OFF']
  558. # It came in as a string but you didn't specify value_type as string
  559. # we will convert to bool if it matches any of the above cases
  560. if isinstance(inc_value, str) and 'bool' in vtype:
  561. if inc_value not in true_bools and inc_value not in false_bools:
  562. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  563. elif isinstance(inc_value, bool) and 'str' in vtype:
  564. inc_value = str(inc_value)
  565. # There is a special case where '' will turn into None after yaml loading it so skip
  566. if isinstance(inc_value, str) and inc_value == '':
  567. pass
  568. # If vtype is not str then go ahead and attempt to yaml load it.
  569. elif isinstance(inc_value, str) and 'str' not in vtype:
  570. try:
  571. inc_value = yaml.safe_load(inc_value)
  572. except Exception:
  573. raise YeditException('Could not determine type of incoming value. ' +
  574. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  575. return inc_value
  576. @staticmethod
  577. def process_edits(edits, yamlfile):
  578. '''run through a list of edits and process them one-by-one'''
  579. results = []
  580. for edit in edits:
  581. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  582. if edit.get('action') == 'update':
  583. # pylint: disable=line-too-long
  584. curr_value = Yedit.get_curr_value(
  585. Yedit.parse_value(edit.get('curr_value')),
  586. edit.get('curr_value_format'))
  587. rval = yamlfile.update(edit['key'],
  588. value,
  589. edit.get('index'),
  590. curr_value)
  591. elif edit.get('action') == 'append':
  592. rval = yamlfile.append(edit['key'], value)
  593. else:
  594. rval = yamlfile.put(edit['key'], value)
  595. if rval[0]:
  596. results.append({'key': edit['key'], 'edit': rval[1]})
  597. return {'changed': len(results) > 0, 'results': results}
  598. # pylint: disable=too-many-return-statements,too-many-branches
  599. @staticmethod
  600. def run_ansible(params):
  601. '''perform the idempotent crud operations'''
  602. yamlfile = Yedit(filename=params['src'],
  603. backup=params['backup'],
  604. content_type=params['content_type'],
  605. separator=params['separator'])
  606. state = params['state']
  607. if params['src']:
  608. rval = yamlfile.load()
  609. if yamlfile.yaml_dict is None and state != 'present':
  610. return {'failed': True,
  611. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  612. 'file exists, that it is has correct permissions, and is valid yaml.'}
  613. if state == 'list':
  614. if params['content']:
  615. content = Yedit.parse_value(params['content'], params['content_type'])
  616. yamlfile.yaml_dict = content
  617. if params['key']:
  618. rval = yamlfile.get(params['key'])
  619. return {'changed': False, 'result': rval, 'state': state}
  620. elif state == 'absent':
  621. if params['content']:
  622. content = Yedit.parse_value(params['content'], params['content_type'])
  623. yamlfile.yaml_dict = content
  624. if params['update']:
  625. rval = yamlfile.pop(params['key'], params['value'])
  626. else:
  627. rval = yamlfile.delete(params['key'])
  628. if rval[0] and params['src']:
  629. yamlfile.write()
  630. return {'changed': rval[0], 'result': rval[1], 'state': state}
  631. elif state == 'present':
  632. # check if content is different than what is in the file
  633. if params['content']:
  634. content = Yedit.parse_value(params['content'], params['content_type'])
  635. # We had no edits to make and the contents are the same
  636. if yamlfile.yaml_dict == content and \
  637. params['value'] is None:
  638. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  639. yamlfile.yaml_dict = content
  640. # If we were passed a key, value then
  641. # we enapsulate it in a list and process it
  642. # Key, Value passed to the module : Converted to Edits list #
  643. edits = []
  644. _edit = {}
  645. if params['value'] is not None:
  646. _edit['value'] = params['value']
  647. _edit['value_type'] = params['value_type']
  648. _edit['key'] = params['key']
  649. if params['update']:
  650. _edit['action'] = 'update'
  651. _edit['curr_value'] = params['curr_value']
  652. _edit['curr_value_format'] = params['curr_value_format']
  653. _edit['index'] = params['index']
  654. elif params['append']:
  655. _edit['action'] = 'append'
  656. edits.append(_edit)
  657. elif params['edits'] is not None:
  658. edits = params['edits']
  659. if edits:
  660. results = Yedit.process_edits(edits, yamlfile)
  661. # if there were changes and a src provided to us we need to write
  662. if results['changed'] and params['src']:
  663. yamlfile.write()
  664. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  665. # no edits to make
  666. if params['src']:
  667. # pylint: disable=redefined-variable-type
  668. rval = yamlfile.write()
  669. return {'changed': rval[0],
  670. 'result': rval[1],
  671. 'state': state}
  672. # We were passed content but no src, key or value, or edits. Return contents in memory
  673. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  674. return {'failed': True, 'msg': 'Unkown state passed'}
  675. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  676. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  677. # pylint: disable=too-many-lines
  678. # noqa: E301,E302,E303,T001
  679. class OpenShiftCLIError(Exception):
  680. '''Exception class for openshiftcli'''
  681. pass
  682. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  683. def locate_oc_binary():
  684. ''' Find and return oc binary file '''
  685. # https://github.com/openshift/openshift-ansible/issues/3410
  686. # oc can be in /usr/local/bin in some cases, but that may not
  687. # be in $PATH due to ansible/sudo
  688. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  689. oc_binary = 'oc'
  690. # Use shutil.which if it is available, otherwise fallback to a naive path search
  691. try:
  692. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  693. if which_result is not None:
  694. oc_binary = which_result
  695. except AttributeError:
  696. for path in paths:
  697. if os.path.exists(os.path.join(path, oc_binary)):
  698. oc_binary = os.path.join(path, oc_binary)
  699. break
  700. return oc_binary
  701. # pylint: disable=too-few-public-methods
  702. class OpenShiftCLI(object):
  703. ''' Class to wrap the command line tools '''
  704. def __init__(self,
  705. namespace,
  706. kubeconfig='/etc/origin/master/admin.kubeconfig',
  707. verbose=False,
  708. all_namespaces=False):
  709. ''' Constructor for OpenshiftCLI '''
  710. self.namespace = namespace
  711. self.verbose = verbose
  712. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  713. self.all_namespaces = all_namespaces
  714. self.oc_binary = locate_oc_binary()
  715. # Pylint allows only 5 arguments to be passed.
  716. # pylint: disable=too-many-arguments
  717. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  718. ''' replace the current object with the content '''
  719. res = self._get(resource, rname)
  720. if not res['results']:
  721. return res
  722. fname = Utils.create_tmpfile(rname + '-')
  723. yed = Yedit(fname, res['results'][0], separator=sep)
  724. changes = []
  725. for key, value in content.items():
  726. changes.append(yed.put(key, value))
  727. if any([change[0] for change in changes]):
  728. yed.write()
  729. atexit.register(Utils.cleanup, [fname])
  730. return self._replace(fname, force)
  731. return {'returncode': 0, 'updated': False}
  732. def _replace(self, fname, force=False):
  733. '''replace the current object with oc replace'''
  734. # We are removing the 'resourceVersion' to handle
  735. # a race condition when modifying oc objects
  736. yed = Yedit(fname)
  737. results = yed.delete('metadata.resourceVersion')
  738. if results[0]:
  739. yed.write()
  740. cmd = ['replace', '-f', fname]
  741. if force:
  742. cmd.append('--force')
  743. return self.openshift_cmd(cmd)
  744. def _create_from_content(self, rname, content):
  745. '''create a temporary file and then call oc create on it'''
  746. fname = Utils.create_tmpfile(rname + '-')
  747. yed = Yedit(fname, content=content)
  748. yed.write()
  749. atexit.register(Utils.cleanup, [fname])
  750. return self._create(fname)
  751. def _create(self, fname):
  752. '''call oc create on a filename'''
  753. return self.openshift_cmd(['create', '-f', fname])
  754. def _delete(self, resource, name=None, selector=None):
  755. '''call oc delete on a resource'''
  756. cmd = ['delete', resource]
  757. if selector is not None:
  758. cmd.append('--selector={}'.format(selector))
  759. elif name is not None:
  760. cmd.append(name)
  761. else:
  762. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  763. return self.openshift_cmd(cmd)
  764. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  765. '''process a template
  766. template_name: the name of the template to process
  767. create: whether to send to oc create after processing
  768. params: the parameters for the template
  769. template_data: the incoming template's data; instead of a file
  770. '''
  771. cmd = ['process']
  772. if template_data:
  773. cmd.extend(['-f', '-'])
  774. else:
  775. cmd.append(template_name)
  776. if params:
  777. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  778. cmd.append('-v')
  779. cmd.extend(param_str)
  780. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  781. if results['returncode'] != 0 or not create:
  782. return results
  783. fname = Utils.create_tmpfile(template_name + '-')
  784. yed = Yedit(fname, results['results'])
  785. yed.write()
  786. atexit.register(Utils.cleanup, [fname])
  787. return self.openshift_cmd(['create', '-f', fname])
  788. def _get(self, resource, name=None, selector=None):
  789. '''return a resource by name '''
  790. cmd = ['get', resource]
  791. if selector is not None:
  792. cmd.append('--selector={}'.format(selector))
  793. elif name is not None:
  794. cmd.append(name)
  795. cmd.extend(['-o', 'json'])
  796. rval = self.openshift_cmd(cmd, output=True)
  797. # Ensure results are retuned in an array
  798. if 'items' in rval:
  799. rval['results'] = rval['items']
  800. elif not isinstance(rval['results'], list):
  801. rval['results'] = [rval['results']]
  802. return rval
  803. def _schedulable(self, node=None, selector=None, schedulable=True):
  804. ''' perform oadm manage-node scheduable '''
  805. cmd = ['manage-node']
  806. if node:
  807. cmd.extend(node)
  808. else:
  809. cmd.append('--selector={}'.format(selector))
  810. cmd.append('--schedulable={}'.format(schedulable))
  811. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  812. def _list_pods(self, node=None, selector=None, pod_selector=None):
  813. ''' perform oadm list pods
  814. node: the node in which to list pods
  815. selector: the label selector filter if provided
  816. pod_selector: the pod selector filter if provided
  817. '''
  818. cmd = ['manage-node']
  819. if node:
  820. cmd.extend(node)
  821. else:
  822. cmd.append('--selector={}'.format(selector))
  823. if pod_selector:
  824. cmd.append('--pod-selector={}'.format(pod_selector))
  825. cmd.extend(['--list-pods', '-o', 'json'])
  826. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  827. # pylint: disable=too-many-arguments
  828. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  829. ''' perform oadm manage-node evacuate '''
  830. cmd = ['manage-node']
  831. if node:
  832. cmd.extend(node)
  833. else:
  834. cmd.append('--selector={}'.format(selector))
  835. if dry_run:
  836. cmd.append('--dry-run')
  837. if pod_selector:
  838. cmd.append('--pod-selector={}'.format(pod_selector))
  839. if grace_period:
  840. cmd.append('--grace-period={}'.format(int(grace_period)))
  841. if force:
  842. cmd.append('--force')
  843. cmd.append('--evacuate')
  844. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  845. def _version(self):
  846. ''' return the openshift version'''
  847. return self.openshift_cmd(['version'], output=True, output_type='raw')
  848. def _import_image(self, url=None, name=None, tag=None):
  849. ''' perform image import '''
  850. cmd = ['import-image']
  851. image = '{0}'.format(name)
  852. if tag:
  853. image += ':{0}'.format(tag)
  854. cmd.append(image)
  855. if url:
  856. cmd.append('--from={0}/{1}'.format(url, image))
  857. cmd.append('-n{0}'.format(self.namespace))
  858. cmd.append('--confirm')
  859. return self.openshift_cmd(cmd)
  860. def _run(self, cmds, input_data):
  861. ''' Actually executes the command. This makes mocking easier. '''
  862. curr_env = os.environ.copy()
  863. curr_env.update({'KUBECONFIG': self.kubeconfig})
  864. proc = subprocess.Popen(cmds,
  865. stdin=subprocess.PIPE,
  866. stdout=subprocess.PIPE,
  867. stderr=subprocess.PIPE,
  868. env=curr_env)
  869. stdout, stderr = proc.communicate(input_data)
  870. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  871. # pylint: disable=too-many-arguments,too-many-branches
  872. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  873. '''Base command for oc '''
  874. cmds = [self.oc_binary]
  875. if oadm:
  876. cmds.append('adm')
  877. cmds.extend(cmd)
  878. if self.all_namespaces:
  879. cmds.extend(['--all-namespaces'])
  880. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  881. cmds.extend(['-n', self.namespace])
  882. if self.verbose:
  883. print(' '.join(cmds))
  884. try:
  885. returncode, stdout, stderr = self._run(cmds, input_data)
  886. except OSError as ex:
  887. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  888. rval = {"returncode": returncode,
  889. "cmd": ' '.join(cmds)}
  890. if output_type == 'json':
  891. rval['results'] = {}
  892. if output and stdout:
  893. try:
  894. rval['results'] = json.loads(stdout)
  895. except ValueError as verr:
  896. if "No JSON object could be decoded" in verr.args:
  897. rval['err'] = verr.args
  898. elif output_type == 'raw':
  899. rval['results'] = stdout if output else ''
  900. if self.verbose:
  901. print("STDOUT: {0}".format(stdout))
  902. print("STDERR: {0}".format(stderr))
  903. if 'err' in rval or returncode != 0:
  904. rval.update({"stderr": stderr,
  905. "stdout": stdout})
  906. return rval
  907. class Utils(object): # pragma: no cover
  908. ''' utilities for openshiftcli modules '''
  909. @staticmethod
  910. def _write(filename, contents):
  911. ''' Actually write the file contents to disk. This helps with mocking. '''
  912. with open(filename, 'w') as sfd:
  913. sfd.write(str(contents))
  914. @staticmethod
  915. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  916. ''' create a file in tmp with name and contents'''
  917. tmp = Utils.create_tmpfile(prefix=rname)
  918. if ftype == 'yaml':
  919. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  920. # pylint: disable=no-member
  921. if hasattr(yaml, 'RoundTripDumper'):
  922. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  923. else:
  924. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  925. elif ftype == 'json':
  926. Utils._write(tmp, json.dumps(data))
  927. else:
  928. Utils._write(tmp, data)
  929. # Register cleanup when module is done
  930. atexit.register(Utils.cleanup, [tmp])
  931. return tmp
  932. @staticmethod
  933. def create_tmpfile_copy(inc_file):
  934. '''create a temporary copy of a file'''
  935. tmpfile = Utils.create_tmpfile('lib_openshift-')
  936. Utils._write(tmpfile, open(inc_file).read())
  937. # Cleanup the tmpfile
  938. atexit.register(Utils.cleanup, [tmpfile])
  939. return tmpfile
  940. @staticmethod
  941. def create_tmpfile(prefix='tmp'):
  942. ''' Generates and returns a temporary file name '''
  943. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  944. return tmp.name
  945. @staticmethod
  946. def create_tmp_files_from_contents(content, content_type=None):
  947. '''Turn an array of dict: filename, content into a files array'''
  948. if not isinstance(content, list):
  949. content = [content]
  950. files = []
  951. for item in content:
  952. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  953. item['data'],
  954. ftype=content_type)
  955. files.append({'name': os.path.basename(item['path']),
  956. 'path': path})
  957. return files
  958. @staticmethod
  959. def cleanup(files):
  960. '''Clean up on exit '''
  961. for sfile in files:
  962. if os.path.exists(sfile):
  963. if os.path.isdir(sfile):
  964. shutil.rmtree(sfile)
  965. elif os.path.isfile(sfile):
  966. os.remove(sfile)
  967. @staticmethod
  968. def exists(results, _name):
  969. ''' Check to see if the results include the name '''
  970. if not results:
  971. return False
  972. if Utils.find_result(results, _name):
  973. return True
  974. return False
  975. @staticmethod
  976. def find_result(results, _name):
  977. ''' Find the specified result by name'''
  978. rval = None
  979. for result in results:
  980. if 'metadata' in result and result['metadata']['name'] == _name:
  981. rval = result
  982. break
  983. return rval
  984. @staticmethod
  985. def get_resource_file(sfile, sfile_type='yaml'):
  986. ''' return the service file '''
  987. contents = None
  988. with open(sfile) as sfd:
  989. contents = sfd.read()
  990. if sfile_type == 'yaml':
  991. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  992. # pylint: disable=no-member
  993. if hasattr(yaml, 'RoundTripLoader'):
  994. contents = yaml.load(contents, yaml.RoundTripLoader)
  995. else:
  996. contents = yaml.safe_load(contents)
  997. elif sfile_type == 'json':
  998. contents = json.loads(contents)
  999. return contents
  1000. @staticmethod
  1001. def filter_versions(stdout):
  1002. ''' filter the oc version output '''
  1003. version_dict = {}
  1004. version_search = ['oc', 'openshift', 'kubernetes']
  1005. for line in stdout.strip().split('\n'):
  1006. for term in version_search:
  1007. if not line:
  1008. continue
  1009. if line.startswith(term):
  1010. version_dict[term] = line.split()[-1]
  1011. # horrible hack to get openshift version in Openshift 3.2
  1012. # By default "oc version in 3.2 does not return an "openshift" version
  1013. if "openshift" not in version_dict:
  1014. version_dict["openshift"] = version_dict["oc"]
  1015. return version_dict
  1016. @staticmethod
  1017. def add_custom_versions(versions):
  1018. ''' create custom versions strings '''
  1019. versions_dict = {}
  1020. for tech, version in versions.items():
  1021. # clean up "-" from version
  1022. if "-" in version:
  1023. version = version.split("-")[0]
  1024. if version.startswith('v'):
  1025. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1026. # "v3.3.0.33" is what we have, we want "3.3"
  1027. versions_dict[tech + '_short'] = version[1:4]
  1028. return versions_dict
  1029. @staticmethod
  1030. def openshift_installed():
  1031. ''' check if openshift is installed '''
  1032. import rpm
  1033. transaction_set = rpm.TransactionSet()
  1034. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1035. return rpmquery.count() > 0
  1036. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1037. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1038. @staticmethod
  1039. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1040. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1041. # Currently these values are autogenerated and we do not need to check them
  1042. skip = ['metadata', 'status']
  1043. if skip_keys:
  1044. skip.extend(skip_keys)
  1045. for key, value in result_def.items():
  1046. if key in skip:
  1047. continue
  1048. # Both are lists
  1049. if isinstance(value, list):
  1050. if key not in user_def:
  1051. if debug:
  1052. print('User data does not have key [%s]' % key)
  1053. print('User data: %s' % user_def)
  1054. return False
  1055. if not isinstance(user_def[key], list):
  1056. if debug:
  1057. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1058. return False
  1059. if len(user_def[key]) != len(value):
  1060. if debug:
  1061. print("List lengths are not equal.")
  1062. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1063. print("user_def: %s" % user_def[key])
  1064. print("value: %s" % value)
  1065. return False
  1066. for values in zip(user_def[key], value):
  1067. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1068. if debug:
  1069. print('sending list - list')
  1070. print(type(values[0]))
  1071. print(type(values[1]))
  1072. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1073. if not result:
  1074. print('list compare returned false')
  1075. return False
  1076. elif value != user_def[key]:
  1077. if debug:
  1078. print('value should be identical')
  1079. print(user_def[key])
  1080. print(value)
  1081. return False
  1082. # recurse on a dictionary
  1083. elif isinstance(value, dict):
  1084. if key not in user_def:
  1085. if debug:
  1086. print("user_def does not have key [%s]" % key)
  1087. return False
  1088. if not isinstance(user_def[key], dict):
  1089. if debug:
  1090. print("dict returned false: not instance of dict")
  1091. return False
  1092. # before passing ensure keys match
  1093. api_values = set(value.keys()) - set(skip)
  1094. user_values = set(user_def[key].keys()) - set(skip)
  1095. if api_values != user_values:
  1096. if debug:
  1097. print("keys are not equal in dict")
  1098. print(user_values)
  1099. print(api_values)
  1100. return False
  1101. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1102. if not result:
  1103. if debug:
  1104. print("dict returned false")
  1105. print(result)
  1106. return False
  1107. # Verify each key, value pair is the same
  1108. else:
  1109. if key not in user_def or value != user_def[key]:
  1110. if debug:
  1111. print("value not equal; user_def does not have key")
  1112. print(key)
  1113. print(value)
  1114. if key in user_def:
  1115. print(user_def[key])
  1116. return False
  1117. if debug:
  1118. print('returning true')
  1119. return True
  1120. class OpenShiftCLIConfig(object):
  1121. '''Generic Config'''
  1122. def __init__(self, rname, namespace, kubeconfig, options):
  1123. self.kubeconfig = kubeconfig
  1124. self.name = rname
  1125. self.namespace = namespace
  1126. self._options = options
  1127. @property
  1128. def config_options(self):
  1129. ''' return config options '''
  1130. return self._options
  1131. def to_option_list(self, ascommalist=''):
  1132. '''return all options as a string
  1133. if ascommalist is set to the name of a key, and
  1134. the value of that key is a dict, format the dict
  1135. as a list of comma delimited key=value pairs'''
  1136. return self.stringify(ascommalist)
  1137. def stringify(self, ascommalist=''):
  1138. ''' return the options hash as cli params in a string
  1139. if ascommalist is set to the name of a key, and
  1140. the value of that key is a dict, format the dict
  1141. as a list of comma delimited key=value pairs '''
  1142. rval = []
  1143. for key in sorted(self.config_options.keys()):
  1144. data = self.config_options[key]
  1145. if data['include'] \
  1146. and (data['value'] is not None or isinstance(data['value'], int)):
  1147. if key == ascommalist:
  1148. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1149. else:
  1150. val = data['value']
  1151. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1152. return rval
  1153. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1154. # -*- -*- -*- Begin included fragment: lib/project.py -*- -*- -*-
  1155. # pylint: disable=too-many-instance-attributes
  1156. class ProjectConfig(OpenShiftCLIConfig):
  1157. ''' project config object '''
  1158. def __init__(self, rname, namespace, kubeconfig, project_options):
  1159. super(ProjectConfig, self).__init__(rname, None, kubeconfig, project_options)
  1160. class Project(Yedit):
  1161. ''' Class to wrap the oc command line tools '''
  1162. annotations_path = "metadata.annotations"
  1163. kind = 'Project'
  1164. annotation_prefix = 'openshift.io/'
  1165. def __init__(self, content):
  1166. '''Project constructor'''
  1167. super(Project, self).__init__(content=content)
  1168. def get_annotations(self):
  1169. ''' return the annotations'''
  1170. return self.get(Project.annotations_path) or {}
  1171. def add_annotations(self, inc_annos):
  1172. ''' add an annotation to the other annotations'''
  1173. if not isinstance(inc_annos, list):
  1174. inc_annos = [inc_annos]
  1175. annos = self.get_annotations()
  1176. if not annos:
  1177. self.put(Project.annotations_path, inc_annos)
  1178. else:
  1179. for anno in inc_annos:
  1180. for key, value in anno.items():
  1181. annos[key] = value
  1182. return True
  1183. def find_annotation(self, key):
  1184. ''' find an annotation'''
  1185. annotations = self.get_annotations()
  1186. for anno in annotations:
  1187. if Project.annotation_prefix + key == anno:
  1188. return annotations[anno]
  1189. return None
  1190. def delete_annotation(self, inc_anno_keys):
  1191. ''' remove an annotation from a project'''
  1192. if not isinstance(inc_anno_keys, list):
  1193. inc_anno_keys = [inc_anno_keys]
  1194. annos = self.get(Project.annotations_path) or {}
  1195. if not annos:
  1196. return True
  1197. removed = False
  1198. for inc_anno in inc_anno_keys:
  1199. anno = self.find_annotation(inc_anno)
  1200. if anno:
  1201. del annos[Project.annotation_prefix + anno]
  1202. removed = True
  1203. return removed
  1204. def update_annotation(self, key, value):
  1205. ''' remove an annotation for a project'''
  1206. annos = self.get(Project.annotations_path) or {}
  1207. if not annos:
  1208. return True
  1209. updated = False
  1210. anno = self.find_annotation(key)
  1211. if anno:
  1212. annos[Project.annotation_prefix + key] = value
  1213. updated = True
  1214. else:
  1215. self.add_annotations({Project.annotation_prefix + key: value})
  1216. return updated
  1217. # -*- -*- -*- End included fragment: lib/project.py -*- -*- -*-
  1218. # -*- -*- -*- Begin included fragment: class/oc_project.py -*- -*- -*-
  1219. # pylint: disable=too-many-instance-attributes
  1220. class OCProject(OpenShiftCLI):
  1221. ''' Project Class to manage project/namespace objects'''
  1222. kind = 'namespace'
  1223. def __init__(self,
  1224. config,
  1225. verbose=False):
  1226. ''' Constructor for OCProject '''
  1227. super(OCProject, self).__init__(None, config.kubeconfig)
  1228. self.config = config
  1229. self._project = None
  1230. @property
  1231. def project(self):
  1232. ''' property for project'''
  1233. if not self._project:
  1234. self.get()
  1235. return self._project
  1236. @project.setter
  1237. def project(self, data):
  1238. ''' setter function for project propeorty'''
  1239. self._project = data
  1240. def exists(self):
  1241. ''' return whether a project exists '''
  1242. if self.project:
  1243. return True
  1244. return False
  1245. def get(self):
  1246. '''return project '''
  1247. result = self._get(self.kind, self.config.name)
  1248. if result['returncode'] == 0:
  1249. self.project = Project(content=result['results'][0])
  1250. result['results'] = self.project.yaml_dict
  1251. elif 'namespaces "%s" not found' % self.config.name in result['stderr']:
  1252. result = {'results': [], 'returncode': 0}
  1253. return result
  1254. def delete(self):
  1255. '''delete the object'''
  1256. return self._delete(self.kind, self.config.name)
  1257. def create(self):
  1258. '''create a project '''
  1259. cmd = ['new-project', self.config.name]
  1260. cmd.extend(self.config.to_option_list())
  1261. return self.openshift_cmd(cmd, oadm=True)
  1262. def update(self):
  1263. '''update a project '''
  1264. if self.config.config_options['display_name']['value'] is not None:
  1265. self.project.update_annotation('display-name', self.config.config_options['display_name']['value'])
  1266. if self.config.config_options['description']['value'] is not None:
  1267. self.project.update_annotation('description', self.config.config_options['description']['value'])
  1268. # work around for immutable project field
  1269. if self.config.config_options['node_selector']['value'] is not None:
  1270. self.project.update_annotation('node-selector', self.config.config_options['node_selector']['value'])
  1271. return self._replace_content(self.kind, self.config.name, self.project.yaml_dict)
  1272. def needs_update(self):
  1273. ''' verify an update is needed '''
  1274. if self.config.config_options['display_name']['value'] is not None:
  1275. result = self.project.find_annotation("display-name")
  1276. if result != self.config.config_options['display_name']['value']:
  1277. return True
  1278. if self.config.config_options['description']['value'] is not None:
  1279. result = self.project.find_annotation("description")
  1280. if result != self.config.config_options['description']['value']:
  1281. return True
  1282. if self.config.config_options['node_selector']['value'] is not None:
  1283. result = self.project.find_annotation("node-selector")
  1284. if result != self.config.config_options['node_selector']['value']:
  1285. return True
  1286. return False
  1287. # pylint: disable=too-many-return-statements,too-many-branches
  1288. @staticmethod
  1289. def run_ansible(params, check_mode):
  1290. '''run the idempotent ansible code'''
  1291. node_selector = None
  1292. if params['node_selector'] is not None:
  1293. node_selector = ','.join(params['node_selector'])
  1294. pconfig = ProjectConfig(
  1295. params['name'],
  1296. 'None',
  1297. params['kubeconfig'],
  1298. {
  1299. 'admin': {'value': params['admin'], 'include': True},
  1300. 'admin_role': {'value': params['admin_role'], 'include': True},
  1301. 'description': {'value': params['description'], 'include': True},
  1302. 'display_name': {'value': params['display_name'], 'include': True},
  1303. 'node_selector': {'value': node_selector, 'include': True},
  1304. },
  1305. )
  1306. oadm_project = OCProject(pconfig, verbose=params['debug'])
  1307. state = params['state']
  1308. api_rval = oadm_project.get()
  1309. #####
  1310. # Get
  1311. #####
  1312. if state == 'list':
  1313. return {'changed': False, 'results': api_rval['results'], 'state': state}
  1314. ########
  1315. # Delete
  1316. ########
  1317. if state == 'absent':
  1318. if oadm_project.exists():
  1319. if check_mode:
  1320. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed a delete.'}
  1321. api_rval = oadm_project.delete()
  1322. if api_rval['returncode'] != 0:
  1323. return {'failed': True, 'msg': api_rval}
  1324. return {'changed': True, 'results': api_rval, 'state': state}
  1325. return {'changed': False, 'state': state}
  1326. if state == 'present':
  1327. ########
  1328. # Create
  1329. ########
  1330. if not oadm_project.exists():
  1331. if check_mode:
  1332. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed a create.'}
  1333. # Create it here
  1334. api_rval = oadm_project.create()
  1335. if api_rval['returncode'] != 0:
  1336. return {'failed': True, 'msg': api_rval}
  1337. # return the created object
  1338. api_rval = oadm_project.get()
  1339. if api_rval['returncode'] != 0:
  1340. return {'failed': True, 'msg': api_rval}
  1341. return {'changed': True, 'results': api_rval, 'state': state}
  1342. ########
  1343. # Update
  1344. ########
  1345. if oadm_project.needs_update():
  1346. if check_mode:
  1347. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed an update.'}
  1348. api_rval = oadm_project.update()
  1349. if api_rval['returncode'] != 0:
  1350. return {'failed': True, 'msg': api_rval}
  1351. # return the created object
  1352. api_rval = oadm_project.get()
  1353. if api_rval['returncode'] != 0:
  1354. return {'failed': True, 'msg': api_rval}
  1355. return {'changed': True, 'results': api_rval, 'state': state}
  1356. return {'changed': False, 'results': api_rval, 'state': state}
  1357. return {'failed': True,
  1358. 'changed': False,
  1359. 'msg': 'Unknown state passed. [%s]' % state}
  1360. # -*- -*- -*- End included fragment: class/oc_project.py -*- -*- -*-
  1361. # -*- -*- -*- Begin included fragment: ansible/oc_project.py -*- -*- -*-
  1362. def main():
  1363. '''
  1364. ansible oc module for project
  1365. '''
  1366. module = AnsibleModule(
  1367. argument_spec=dict(
  1368. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1369. state=dict(default='present', type='str',
  1370. choices=['present', 'absent', 'list']),
  1371. debug=dict(default=False, type='bool'),
  1372. name=dict(default=None, require=True, type='str'),
  1373. display_name=dict(default=None, type='str'),
  1374. node_selector=dict(default=None, type='list'),
  1375. description=dict(default=None, type='str'),
  1376. admin=dict(default=None, type='str'),
  1377. admin_role=dict(default='admin', type='str'),
  1378. ),
  1379. supports_check_mode=True,
  1380. )
  1381. rval = OCProject.run_ansible(module.params, module.check_mode)
  1382. if 'failed' in rval:
  1383. return module.fail_json(**rval)
  1384. return module.exit_json(**rval)
  1385. if __name__ == '__main__':
  1386. main()
  1387. # -*- -*- -*- End included fragment: ansible/oc_project.py -*- -*- -*-